#CF85C6

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

Shades of Orchid #CF85C6

Tints of Orchid #CF85C6

Color information

#CF85C6 (or 0xCF85C6) is unknown color: approx Orchid. HEX triplet: CF, 85 and C6. RGB value is (207,133,198). Sum of RGB (Red+Green+Blue) = 207+133+198=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85C6 is #307A39. Grayscale: #A2A2A2. Windows color (decimal): -3177018 or 13010383. OLE color: 13010383.

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

Color convert

RGB207133198-
CMYK00.360.040.19
HSL307.3º43.53%66.67%-
HSV(B)307.3º35.75%81.18%-
XYZ44.3134.1257.68-
YUV162.54148.02159.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=38.48%
G=24.72%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713319800.360.040.19307.343.5366.67
HexCF85C60244131332c43
Octal31720530604442346354103
Binary1100111110000101110001100100100100100111001100111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85C6; }

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

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

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

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

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

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

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

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