#CF87CB

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

Shades of Orchid #CF87CB

Tints of Orchid #CF87CB

Color information

#CF87CB (or 0xCF87CB) is unknown color: approx Orchid. HEX triplet: CF, 87 and CB. RGB value is (207,135,203). Sum of RGB (Red+Green+Blue) = 207+135+203=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87CB is #307834. Grayscale: #A4A4A4. Windows color (decimal): -3176501 or 13338575. OLE color: 13338575.

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

Color convert

RGB207135203-
CMYK00.350.020.19
HSL303.33º42.86%67.06%-
HSV(B)303.33º34.78%81.18%-
XYZ45.1834.9160.86-
YUV164.28149.85158.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=37.98%
G=24.77%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713520300.350.020.19303.3342.8667.06
HexCF87CB02321312f2b43
Octal31720731304322345753103
Binary110011111000011111001011010001110100111001011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87CB; }

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

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

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

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

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

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

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

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