#CF87CC

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

Shades of Orchid #CF87CC

Tints of Orchid #CF87CC

Color information

#CF87CC (or 0xCF87CC) is unknown color: approx Orchid. HEX triplet: CF, 87 and CC. RGB value is (207,135,204). Sum of RGB (Red+Green+Blue) = 207+135+204=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87CC is #307833. Grayscale: #A4A4A4. Windows color (decimal): -3176500 or 13404111. OLE color: 13404111.

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

Color convert

RGB207135204-
CMYK00.350.010.19
HSL302.5º42.86%67.06%-
HSV(B)302.5º34.78%81.18%-
XYZ45.334.9561.49-
YUV164.39150.35158.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=37.91%
G=24.73%
B=37.36%

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
Decimal20713520400.350.010.19302.542.8667.06
HexCF87CC02311312e2b43
Octal31720731404312345653103
Binary11001111100001111100110001000111100111001011101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87CC; }

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

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

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

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

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

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

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

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