#CE99DC

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

Shades of Wisteria #CE99DC

Tints of Wisteria #CE99DC

Color information

#CE99DC (or 0xCE99DC) is unknown color: approx Wisteria. HEX triplet: CE, 99 and DC. RGB value is (206,153,220). Sum of RGB (Red+Green+Blue) = 206+153+220=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99DC is #316623. Grayscale: #B0B0B0. Windows color (decimal): -3237412 or 14457294. OLE color: 14457294.

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

Color convert

RGB206153220-
CMYK0.060.3000.14
HSL287.46º48.91%73.14%-
HSV(B)287.46º30.45%86.27%-
XYZ49.7641.0773.01-
YUV176.48152.56149.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=35.58%
G=26.42%
B=38.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061532200.060.3000.14287.4648.9173.14
HexCE99DC61E0E11f3149
Octal31623133463601643761111
Binary11001110100110011101110011011110011101000111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99DC; }

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

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

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

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

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

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

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

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