#CE95DD

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

Shades of Wisteria #CE95DD

Tints of Wisteria #CE95DD

Color information

#CE95DD (or 0xCE95DD) is unknown color: approx Wisteria. HEX triplet: CE, 95 and DD. RGB value is (206,149,221). Sum of RGB (Red+Green+Blue) = 206+149+221=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95DD is #316A22. Grayscale: #AEAEAE. Windows color (decimal): -3238435 or 14521806. OLE color: 14521806.

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

Color convert

RGB206149221-
CMYK0.070.3300.13
HSL287.5º51.43%72.55%-
HSV(B)287.5º32.58%86.67%-
XYZ49.2539.8473.5-
YUV174.25154.38150.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=35.76%
G=25.87%
B=38.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061492210.070.3300.13287.551.4372.55
HexCE95DD7210D1203349
Octal31622533574101544063111
Binary110011101001010111011101111100001011011001000001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95DD; }

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

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

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

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

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

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

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

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