#CF85CC

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

Shades of Orchid #CF85CC

Tints of Orchid #CF85CC

Color information

#CF85CC (or 0xCF85CC) is unknown color: approx Orchid. HEX triplet: CF, 85 and CC. RGB value is (207,133,204). Sum of RGB (Red+Green+Blue) = 207+133+204=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85CC is #307A33. Grayscale: #A3A3A3. Windows color (decimal): -3177012 or 13403599. OLE color: 13403599.

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

Color convert

RGB207133204-
CMYK00.360.010.19
HSL302.43º43.53%66.67%-
HSV(B)302.43º35.75%81.18%-
XYZ45.0234.461.39-
YUV163.22151.02159.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=38.05%
G=24.45%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713320400.360.010.19302.4343.5366.67
HexCF85CC02411312e2c43
Octal31720531404412345654103
Binary11001111100001011100110001001001100111001011101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85CC; }

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

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

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

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

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

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

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

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