#CE9AED

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

Shades of Wisteria #CE9AED

Tints of Wisteria #CE9AED

Color information

#CE9AED (or 0xCE9AED) is unknown color: approx Wisteria. HEX triplet: CE, 9A and ED. RGB value is (206,154,237). Sum of RGB (Red+Green+Blue) = 206+154+237=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AED is #316512. Grayscale: #B2B2B2. Windows color (decimal): -3237139 or 15571662. OLE color: 15571662.

HSL color Cylindrical-coordinate representation of color #CE9AED: hue angle of 277.59º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9AED is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206154237-
CMYK0.130.3500.07
HSL277.59º69.75%76.67%-
HSV(B)277.59º35.02%92.94%-
XYZ52.342.3585.54-
YUV179.01160.73147.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=34.51%
G=25.80%
B=39.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061542370.130.3500.07277.5969.7576.67
HexCE9AEDD2307116464d
Octal316232355154307426106115
Binary1100111010011010111011011101100011011110001011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9AED; }

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

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

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

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

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

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

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

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