#CD87D4

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

Shades of Orchid #CD87D4

Tints of Orchid #CD87D4

Color information

#CD87D4 (or 0xCD87D4) is unknown color: approx Orchid. HEX triplet: CD, 87 and D4. RGB value is (205,135,212). Sum of RGB (Red+Green+Blue) = 205+135+212=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87D4 is #32782B. Grayscale: #A4A4A4. Windows color (decimal): -3307564 or 13928397. OLE color: 13928397.

HSL color Cylindrical-coordinate representation of color #CD87D4: hue angle of 294.55º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD87D4 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205135212-
CMYK0.030.3600.17
HSL294.55º47.24%68.04%-
HSV(B)294.55º36.32%83.14%-
XYZ45.7235.0666.64-
YUV164.71154.69156.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 212 (83.20% from 255) = 38.41%
R=37.14%
G=24.46%
B=38.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051352120.030.3600.17294.5547.2468.04
HexCD87D43240111272f44
Octal31520732434402144757104
Binary110011011000011111010100111001000100011001001111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87D4; }

 p { color: rgb(205,135,212); }

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

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

 a { background-color: rgb(205,135,212); }

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

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

 span { border-color: rgb(205,135,212); }

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