#CF85C4

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

Shades of Orchid #CF85C4

Tints of Orchid #CF85C4

Color information

#CF85C4 (or 0xCF85C4) is unknown color: approx Orchid. HEX triplet: CF, 85 and C4. RGB value is (207,133,196). Sum of RGB (Red+Green+Blue) = 207+133+196=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85C4 is #307A3B. Grayscale: #A2A2A2. Windows color (decimal): -3177020 or 12879311. OLE color: 12879311.

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

Color convert

RGB207133196-
CMYK00.360.050.19
HSL308.92º43.53%66.67%-
HSV(B)308.92º35.75%81.18%-
XYZ44.0834.0356.47-
YUV162.31147.02159.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=38.62%
G=24.81%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713319600.360.050.19308.9243.5366.67
HexCF85C40245131352c43
Octal31720530404452346554103
Binary1100111110000101110001000100100101100111001101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85C4; }

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

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

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

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

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

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

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

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