#CF85DF

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

Shades of Wisteria #CF85DF

Tints of Wisteria #CF85DF

Color information

#CF85DF (or 0xCF85DF) is unknown color: approx Wisteria. HEX triplet: CF, 85 and DF. RGB value is (207,133,223). Sum of RGB (Red+Green+Blue) = 207+133+223=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85DF is #307A20. Grayscale: #A5A5A5. Windows color (decimal): -3176993 or 14648783. OLE color: 14648783.

HSL color Cylindrical-coordinate representation of color #CF85DF: hue angle of 289.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF85DF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207133223-
CMYK0.070.4000.13
HSL289.33º58.44%69.8%-
HSV(B)289.33º40.36%87.45%-
XYZ47.4435.3774.14-
YUV165.39160.52157.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=36.77%
G=23.62%
B=39.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071332230.070.4000.13289.3358.4469.8
HexCF85DF7280D1213a46
Octal31720533775001544172106
Binary110011111000010111011111111101000011011001000011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85DF; }

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

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

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

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

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

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

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

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