#CE97DD

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

Shades of Wisteria #CE97DD

Tints of Wisteria #CE97DD

Color information

#CE97DD (or 0xCE97DD) is unknown color: approx Wisteria. HEX triplet: CE, 97 and DD. RGB value is (206,151,221). Sum of RGB (Red+Green+Blue) = 206+151+221=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97DD is #316822. Grayscale: #AFAFAF. Windows color (decimal): -3237923 or 14522318. OLE color: 14522318.

HSL color Cylindrical-coordinate representation of color #CE97DD: hue angle of 287.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE97DD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206151221-
CMYK0.070.3200.13
HSL287.14º50.72%72.94%-
HSV(B)287.14º31.67%86.67%-
XYZ49.5740.4873.61-
YUV175.42153.72149.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=35.64%
G=26.12%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061512210.070.3200.13287.1450.7272.94
HexCE97DD7200D11f3349
Octal31622733574001543763111
Binary110011101001011111011101111100000011011000111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97DD; }

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

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

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

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

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

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

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

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