#CE91DD

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

Shades of Wisteria #CE91DD

Tints of Wisteria #CE91DD

Color information

#CE91DD (or 0xCE91DD) is unknown color: approx Wisteria. HEX triplet: CE, 91 and DD. RGB value is (206,145,221). Sum of RGB (Red+Green+Blue) = 206+145+221=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91DD is #316E22. Grayscale: #ABABAB. Windows color (decimal): -3239459 or 14520782. OLE color: 14520782.

HSL color Cylindrical-coordinate representation of color #CE91DD: hue angle of 288.16º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE91DD is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206145221-
CMYK0.070.3400.13
HSL288.16º52.78%71.76%-
HSV(B)288.16º34.39%86.67%-
XYZ48.6338.5973.29-
YUV171.9155.71152.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=36.01%
G=25.35%
B=38.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061452210.070.3400.13288.1652.7871.76
HexCE91DD7220D1203548
Octal31622133574201544065110
Binary110011101001000111011101111100010011011001000001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE91DD; }

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

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

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

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

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

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

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

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