#CF87CD

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

Shades of Orchid #CF87CD

Tints of Orchid #CF87CD

Color information

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

HSL color Cylindrical-coordinate representation of color #CF87CD: hue angle of 301.67º 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 #CF87CD is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207135205-
CMYK00.350.010.19
HSL301.67º42.86%67.06%-
HSV(B)301.67º34.78%81.18%-
XYZ45.423562.12-
YUV164.51150.85158.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713520500.350.010.19301.6742.8667.06
HexCF87CD02311312e2b43
Octal31720731504312345653103
Binary11001111100001111100110101000111100111001011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87CD; }

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

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

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

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

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

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

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

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