#CD87D7

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

Shades of Orchid #CD87D7

Tints of Orchid #CD87D7

Color information

#CD87D7 (or 0xCD87D7) is unknown color: approx Orchid. HEX triplet: CD, 87 and D7. RGB value is (205,135,215). Sum of RGB (Red+Green+Blue) = 205+135+215=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD87D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87D7 is #327828. Grayscale: #A4A4A4. Windows color (decimal): -3307561 or 14125005. OLE color: 14125005.

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

Color convert

RGB205135215-
CMYK0.050.3700.16
HSL292.5º50%68.63%-
HSV(B)292.5º37.21%84.31%-
XYZ46.1135.2168.66-
YUV165.05156.19156.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 215 (84.38% from 255) = 38.74%
R=36.94%
G=24.32%
B=38.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051352150.050.3700.16292.55068.63
HexCD87D75250101243245
Octal31520732754502044462105
Binary1100110110000111110101111011001010100001001001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87D7; }

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

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

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

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

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

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

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

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