#CD69D5

Color #CD69D5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CD69D5

Tints of Orchid #CD69D5

Color information

#CD69D5 (or 0xCD69D5) is unknown color: approx Orchid. HEX triplet: CD, 69 and D5. RGB value is (205,105,213). Sum of RGB (Red+Green+Blue) = 205+105+213=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD69D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69D5 is #32962A. Grayscale: #929292. Windows color (decimal): -3315243 or 13986253. OLE color: 13986253.

HSL color Cylindrical-coordinate representation of color #CD69D5: hue angle of 295.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD69D5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205105213-
CMYK0.040.5100.16
HSL295.56º56.25%62.35%-
HSV(B)295.56º50.7%83.53%-
XYZ42.2427.8966.11-
YUV147.21165.13169.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 105 (41.41% from 255) = 20.08%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=39.20%
G=20.08%
B=40.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051052130.040.5100.16295.5656.2562.35
HexCD69D5433010128383e
Octal3151513254630204507076
Binary11001101110100111010101100110011010000100101000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69D5; }

 p { color: rgb(205,105,213); }

 H1.HeaderClassName
 {
   color: #CD69D5;
 }
 .AnyTagClassName
 {
   color: #CD69D5;
 }
</style>
background-color css

<style>
 a { background-color: #CD69D5; }

 a { background-color: rgb(205,105,213); }

 div.DivClassName
 {
   background-color: #CD69D5;
 }
 .BgClassName
 {
   background-color: #CD69D5;
 }
</style>
border-color css

<style>
 span { border-color: #CD69D5; }

 span { border-color: rgb(205,105,213); }

 td.TdClassName
 {
   border-color: #CD69D5;
 }
 .TagClassName
 {
   border-color: #CD69D5;
 }
</style>