#CE98DD

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

Shades of Wisteria #CE98DD

Tints of Wisteria #CE98DD

Color information

#CE98DD (or 0xCE98DD) is unknown color: approx Wisteria. HEX triplet: CE, 98 and DD. RGB value is (206,152,221). Sum of RGB (Red+Green+Blue) = 206+152+221=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98DD is #316722. Grayscale: #AFAFAF. Windows color (decimal): -3237667 or 14522574. OLE color: 14522574.

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

Color convert

RGB206152221-
CMYK0.070.3100.13
HSL286.96º50.36%73.14%-
HSV(B)286.96º31.22%86.67%-
XYZ49.7340.873.66-
YUV176.01153.39149.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=35.58%
G=26.25%
B=38.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061522210.070.3100.13286.9650.3673.14
HexCE98DD71F0D11f3249
Octal31623033573701543762111
Binary11001110100110001101110111111111011011000111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98DD; }

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

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

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

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

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

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

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

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