#CF85CA

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

Shades of Orchid #CF85CA

Tints of Orchid #CF85CA

Color information

#CF85CA (or 0xCF85CA) is unknown color: approx Orchid. HEX triplet: CF, 85 and CA. RGB value is (207,133,202). Sum of RGB (Red+Green+Blue) = 207+133+202=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85CA is #307A35. Grayscale: #A2A2A2. Windows color (decimal): -3177014 or 13272527. OLE color: 13272527.

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

Color convert

RGB207133202-
CMYK00.360.020.19
HSL304.05º43.53%66.67%-
HSV(B)304.05º35.75%81.18%-
XYZ44.7834.360.14-
YUV162.99150.02159.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=38.19%
G=24.54%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713320200.360.020.19304.0543.5366.67
HexCF85CA0242131302c43
Octal31720531204422346054103
Binary110011111000010111001010010010010100111001100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85CA; }

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

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

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

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

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

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

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

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