#CD85D7

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

Shades of Orchid #CD85D7

Tints of Orchid #CD85D7

Color information

#CD85D7 (or 0xCD85D7) is unknown color: approx Orchid. HEX triplet: CD, 85 and D7. RGB value is (205,133,215). Sum of RGB (Red+Green+Blue) = 205+133+215=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD85D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85D7 is #327A28. Grayscale: #A3A3A3. Windows color (decimal): -3308073 or 14124493. OLE color: 14124493.

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

Color convert

RGB205133215-
CMYK0.050.3800.16
HSL292.68º50.62%68.24%-
HSV(B)292.68º38.14%84.31%-
XYZ45.8334.6668.56-
YUV163.88156.85157.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=37.07%
G=24.05%
B=38.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051332150.050.3800.16292.6850.6268.24
HexCD85D75260101253344
Octal31520532754602044563104
Binary1100110110000101110101111011001100100001001001011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85D7; }

 p { color: rgb(205,133,215); }

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

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

 a { background-color: rgb(205,133,215); }

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

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

 span { border-color: rgb(205,133,215); }

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