#CE95D8

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

Shades of Wisteria #CE95D8

Tints of Wisteria #CE95D8

Color information

#CE95D8 (or 0xCE95D8) is unknown color: approx Wisteria. HEX triplet: CE, 95 and D8. RGB value is (206,149,216). Sum of RGB (Red+Green+Blue) = 206+149+216=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE95D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95D8 is #316A27. Grayscale: #ADADAD. Windows color (decimal): -3238440 or 14194126. OLE color: 14194126.

HSL color Cylindrical-coordinate representation of color #CE95D8: hue angle of 291.04º 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 #CE95D8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206149216-
CMYK0.050.3100.15
HSL291.04º46.21%71.57%-
HSV(B)291.04º31.02%84.71%-
XYZ48.639.5770.04-
YUV173.68151.88151.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=36.08%
G=26.09%
B=37.83%

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
Decimal2061492160.050.3100.15291.0446.2171.57
HexCE95D851F0F1232e48
Octal31622533053701744356110
Binary11001110100101011101100010111111011111001000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95D8; }

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

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

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

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

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

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

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

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