#CE96D8

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

Shades of Wisteria #CE96D8

Tints of Wisteria #CE96D8

Color information

#CE96D8 (or 0xCE96D8) is unknown color: approx Wisteria. HEX triplet: CE, 96 and D8. RGB value is (206,150,216). Sum of RGB (Red+Green+Blue) = 206+150+216=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE96D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96D8 is #316927. Grayscale: #AEAEAE. Windows color (decimal): -3238184 or 14194382. OLE color: 14194382.

HSL color Cylindrical-coordinate representation of color #CE96D8: hue angle of 290.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE96D8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206150216-
CMYK0.050.3100.15
HSL290.91º45.83%71.76%-
HSV(B)290.91º30.56%84.71%-
XYZ48.7539.8970.1-
YUV174.27151.55150.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=36.01%
G=26.22%
B=37.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061502160.050.3100.15290.9145.8371.76
HexCE96D851F0F1232e48
Octal31622633053701744356110
Binary11001110100101101101100010111111011111001000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96D8; }

 p { color: rgb(206,150,216); }

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

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

 a { background-color: rgb(206,150,216); }

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

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

 span { border-color: rgb(206,150,216); }

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