#CF87D0

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

Shades of Orchid #CF87D0

Tints of Orchid #CF87D0

Color information

#CF87D0 (or 0xCF87D0) is unknown color: approx Orchid. HEX triplet: CF, 87 and D0. RGB value is (207,135,208). Sum of RGB (Red+Green+Blue) = 207+135+208=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF87D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87D0 is #30782F. Grayscale: #A4A4A4. Windows color (decimal): -3176496 or 13666255. OLE color: 13666255.

HSL color Cylindrical-coordinate representation of color #CF87D0: hue angle of 299.18º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF87D0 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207135208-
CMYK0.000.3500.18
HSL299.18º43.71%67.25%-
HSV(B)299.18º35.1%81.57%-
XYZ45.7835.1564.05-
YUV164.85152.35158.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=37.64%
G=24.55%
B=37.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071352080.000.3500.18299.1843.7167.25
HexCF87D002301212b2c43
Octal31720732004302245354103
Binary11001111100001111101000001000110100101001010111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87D0; }

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

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

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

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

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

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

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

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