#CD87CF

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

Shades of Orchid #CD87CF

Tints of Orchid #CD87CF

Color information

#CD87CF (or 0xCD87CF) is unknown color: approx Orchid. HEX triplet: CD, 87 and CF. RGB value is (205,135,207). Sum of RGB (Red+Green+Blue) = 205+135+207=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87CF is #327830. Grayscale: #A3A3A3. Windows color (decimal): -3307569 or 13600717. OLE color: 13600717.

HSL color Cylindrical-coordinate representation of color #CD87CF: hue angle of 298.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD87CF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205135207-
CMYK0.010.3500.19
HSL298.33º42.86%67.06%-
HSV(B)298.33º34.78%81.18%-
XYZ45.134.8163.37-
YUV164.14152.19157.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=37.48%
G=24.68%
B=37.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051352070.010.3500.19298.3342.8667.06
HexCD87CF12301312a2b43
Octal31520731714302345253103
Binary11001101100001111100111111000110100111001010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87CF; }

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

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

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

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

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

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

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

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