#CF85D8

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

Shades of Orchid #CF85D8

Tints of Orchid #CF85D8

Color information

#CF85D8 (or 0xCF85D8) is unknown color: approx Orchid. HEX triplet: CF, 85 and D8. RGB value is (207,133,216). Sum of RGB (Red+Green+Blue) = 207+133+216=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF85D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85D8 is #307A27. Grayscale: #A4A4A4. Windows color (decimal): -3177000 or 14190031. OLE color: 14190031.

HSL color Cylindrical-coordinate representation of color #CF85D8: hue angle of 293.49º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF85D8 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207133216-
CMYK0.040.3800.15
HSL293.49º51.55%68.43%-
HSV(B)293.49º38.43%84.71%-
XYZ46.513569.27-
YUV164.59157.02158.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 216 (84.77% from 255) = 38.85%
R=37.23%
G=23.92%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071332160.040.3800.15293.4951.5568.43
HexCF85D84260F1253444
Octal31720533044601744564104
Binary110011111000010111011000100100110011111001001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85D8; }

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

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

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

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

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

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

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

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