#CE88DF

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

Shades of Wisteria #CE88DF

Tints of Wisteria #CE88DF

Color information

#CE88DF (or 0xCE88DF) is unknown color: approx Wisteria. HEX triplet: CE, 88 and DF. RGB value is (206,136,223). Sum of RGB (Red+Green+Blue) = 206+136+223=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88DF is #317720. Grayscale: #A6A6A6. Windows color (decimal): -3241761 or 14649550. OLE color: 14649550.

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

Color convert

RGB206136223-
CMYK0.080.3900.13
HSL288.28º57.62%70.39%-
HSV(B)288.28º39.01%87.45%-
XYZ47.5836.0674.26-
YUV166.85159.69155.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=36.46%
G=24.07%
B=39.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061362230.080.3900.13288.2857.6270.39
HexCE88DF8270D1203a46
Octal316210337104701544072106
Binary1100111010001000110111111000100111011011001000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88DF; }

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

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

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

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

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

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

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

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