#CE91DB

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

Shades of Wisteria #CE91DB

Tints of Wisteria #CE91DB

Color information

#CE91DB (or 0xCE91DB) is unknown color: approx Wisteria. HEX triplet: CE, 91 and DB. RGB value is (206,145,219). Sum of RGB (Red+Green+Blue) = 206+145+219=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91DB is #316E24. Grayscale: #ABABAB. Windows color (decimal): -3239461 or 14389710. OLE color: 14389710.

HSL color Cylindrical-coordinate representation of color #CE91DB: hue angle of 289.46º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE91DB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206145219-
CMYK0.060.3400.14
HSL289.46º50.68%71.37%-
HSV(B)289.46º33.79%85.88%-
XYZ48.3738.4971.9-
YUV171.68154.71152.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=36.14%
G=25.44%
B=38.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061452190.060.3400.14289.4650.6871.37
HexCE91DB6220E1213347
Octal31622133364201644163107
Binary110011101001000111011011110100010011101001000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE91DB; }

 p { color: rgb(206,145,219); }

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

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

 a { background-color: rgb(206,145,219); }

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

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

 span { border-color: rgb(206,145,219); }

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