#CE97DC

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

Shades of Wisteria #CE97DC

Tints of Wisteria #CE97DC

Color information

#CE97DC (or 0xCE97DC) is unknown color: approx Wisteria. HEX triplet: CE, 97 and DC. RGB value is (206,151,220). Sum of RGB (Red+Green+Blue) = 206+151+220=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97DC is #316823. Grayscale: #AFAFAF. Windows color (decimal): -3237924 or 14456782. OLE color: 14456782.

HSL color Cylindrical-coordinate representation of color #CE97DC: hue angle of 287.83º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE97DC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206151220-
CMYK0.060.3100.14
HSL287.83º49.64%72.75%-
HSV(B)287.83º31.36%86.27%-
XYZ49.4440.4272.91-
YUV175.31153.22149.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=35.70%
G=26.17%
B=38.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061512200.060.3100.14287.8349.6472.75
HexCE97DC61F0E1203249
Octal31622733463701644062111
Binary11001110100101111101110011011111011101001000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97DC; }

 p { color: rgb(206,151,220); }

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

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

 a { background-color: rgb(206,151,220); }

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

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

 span { border-color: rgb(206,151,220); }

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