#CE98DC

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

Shades of Wisteria #CE98DC

Tints of Wisteria #CE98DC

Color information

#CE98DC (or 0xCE98DC) is unknown color: approx Wisteria. HEX triplet: CE, 98 and DC. RGB value is (206,152,220). Sum of RGB (Red+Green+Blue) = 206+152+220=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98DC is #316723. Grayscale: #AFAFAF. Windows color (decimal): -3237668 or 14457038. OLE color: 14457038.

HSL color Cylindrical-coordinate representation of color #CE98DC: hue angle of 287.65º degrees, saturation: 0.49, 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 #CE98DC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206152220-
CMYK0.060.3100.14
HSL287.65º49.28%72.94%-
HSV(B)287.65º30.91%86.27%-
XYZ49.640.7572.96-
YUV175.9152.89149.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=35.64%
G=26.30%
B=38.06%

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
Decimal2061522200.060.3100.14287.6549.2872.94
HexCE98DC61F0E1203149
Octal31623033463701644061111
Binary11001110100110001101110011011111011101001000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98DC; }

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

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

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

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

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

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

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

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