#CE85DF

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

Shades of Wisteria #CE85DF

Tints of Wisteria #CE85DF

Color information

#CE85DF (or 0xCE85DF) is unknown color: approx Wisteria. HEX triplet: CE, 85 and DF. RGB value is (206,133,223). Sum of RGB (Red+Green+Blue) = 206+133+223=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85DF is #317A20. Grayscale: #A4A4A4. Windows color (decimal): -3242529 or 14648782. OLE color: 14648782.

HSL color Cylindrical-coordinate representation of color #CE85DF: hue angle of 288.67º 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 #CE85DF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206133223-
CMYK0.080.4000.13
HSL288.67º58.44%69.8%-
HSV(B)288.67º40.36%87.45%-
XYZ47.1635.2274.13-
YUV165.09160.68157.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=36.65%
G=23.67%
B=39.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061332230.080.4000.13288.6758.4469.8
HexCE85DF8280D1213a46
Octal316205337105001544172106
Binary1100111010000101110111111000101000011011001000011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85DF; }

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

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

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

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

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

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

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

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