#CE95D9

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

Shades of Wisteria #CE95D9

Tints of Wisteria #CE95D9

Color information

#CE95D9 (or 0xCE95D9) is unknown color: approx Wisteria. HEX triplet: CE, 95 and D9. RGB value is (206,149,217). Sum of RGB (Red+Green+Blue) = 206+149+217=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE95D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95D9 is #316A26. Grayscale: #ADADAD. Windows color (decimal): -3238439 or 14259662. OLE color: 14259662.

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

Color convert

RGB206149217-
CMYK0.050.3100.15
HSL290.29º47.22%71.76%-
HSV(B)290.29º31.34%85.1%-
XYZ48.7339.6370.73-
YUV173.8152.38150.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=36.01%
G=26.05%
B=37.94%

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
Decimal2061492170.050.3100.15290.2947.2271.76
HexCE95D951F0F1222f48
Octal31622533153701744257110
Binary11001110100101011101100110111111011111001000101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95D9; }

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

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

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

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

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

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

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

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