#CE9FE8

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

Shades of Wisteria #CE9FE8

Tints of Wisteria #CE9FE8

Color information

#CE9FE8 (or 0xCE9FE8) is unknown color: approx Wisteria. HEX triplet: CE, 9F and E8. RGB value is (206,159,232). Sum of RGB (Red+Green+Blue) = 206+159+232=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE9FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FE8 is #316017. Grayscale: #B5B5B5. Windows color (decimal): -3235864 or 15245262. OLE color: 15245262.

HSL color Cylindrical-coordinate representation of color #CE9FE8: hue angle of 278.63º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE9FE8 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206159232-
CMYK0.110.3100.09
HSL278.63º61.34%76.67%-
HSV(B)278.63º31.47%90.98%-
XYZ52.4243.7482.02-
YUV181.38156.57145.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 232 (91.02% from 255) = 38.86%
R=34.51%
G=26.63%
B=38.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061592320.110.3100.09278.6361.3476.67
HexCE9FE8B1F091173d4d
Octal316237350133701142775115
Binary110011101001111111101000101111111010011000101111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FE8; }

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

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

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

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

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

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

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

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