#CE9FED

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

Shades of Wisteria #CE9FED

Tints of Wisteria #CE9FED

Color information

#CE9FED (or 0xCE9FED) is unknown color: approx Wisteria. HEX triplet: CE, 9F and ED. RGB value is (206,159,237). Sum of RGB (Red+Green+Blue) = 206+159+237=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FED is #316012. Grayscale: #B5B5B5. Windows color (decimal): -3235859 or 15572942. OLE color: 15572942.

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

Color convert

RGB206159237-
CMYK0.130.3300.07
HSL276.15º68.42%77.65%-
HSV(B)276.15º32.91%92.94%-
XYZ53.1444.0385.82-
YUV181.94159.07145.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=34.22%
G=26.41%
B=39.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061592370.130.3300.07276.1568.4277.65
HexCE9FEDD2107114444e
Octal316237355154107424104116
Binary1100111010011111111011011101100001011110001010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FED; }

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

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

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

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

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

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

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

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