#CE9ADD

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

Shades of Wisteria #CE9ADD

Tints of Wisteria #CE9ADD

Color information

#CE9ADD (or 0xCE9ADD) is unknown color: approx Wisteria. HEX triplet: CE, 9A and DD. RGB value is (206,154,221). Sum of RGB (Red+Green+Blue) = 206+154+221=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ADD is #316522. Grayscale: #B0B0B0. Windows color (decimal): -3237155 or 14523086. OLE color: 14523086.

HSL color Cylindrical-coordinate representation of color #CE9ADD: hue angle of 286.57º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9ADD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206154221-
CMYK0.070.3000.13
HSL286.57º49.63%73.53%-
HSV(B)286.57º30.32%86.67%-
XYZ50.0641.4573.77-
YUV177.19152.73148.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=35.46%
G=26.51%
B=38.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061542210.070.3000.13286.5749.6373.53
HexCE9ADD71E0D11f324a
Octal31623233573601543762112
Binary11001110100110101101110111111110011011000111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9ADD; }

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

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

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

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

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

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

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

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