#CD87D5

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

Shades of Orchid #CD87D5

Tints of Orchid #CD87D5

Color information

#CD87D5 (or 0xCD87D5) is unknown color: approx Orchid. HEX triplet: CD, 87 and D5. RGB value is (205,135,213). Sum of RGB (Red+Green+Blue) = 205+135+213=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD87D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87D5 is #32782A. Grayscale: #A4A4A4. Windows color (decimal): -3307563 or 13993933. OLE color: 13993933.

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

Color convert

RGB205135213-
CMYK0.040.3700.16
HSL293.85º48.15%68.24%-
HSV(B)293.85º36.62%83.53%-
XYZ45.8535.1167.31-
YUV164.82155.19156.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=37.07%
G=24.41%
B=38.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051352130.040.3700.16293.8548.1568.24
HexCD87D54250101263044
Octal31520732544502044660104
Binary1100110110000111110101011001001010100001001001101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87D5; }

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

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

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

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

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

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

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

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