#CD99DB

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

Shades of Wisteria #CD99DB

Tints of Wisteria #CD99DB

Color information

#CD99DB (or 0xCD99DB) is unknown color: approx Wisteria. HEX triplet: CD, 99 and DB. RGB value is (205,153,219). Sum of RGB (Red+Green+Blue) = 205+153+219=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99DB is #326624. Grayscale: #AFAFAF. Windows color (decimal): -3302949 or 14391757. OLE color: 14391757.

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

Color convert

RGB205153219-
CMYK0.060.3000.14
HSL287.27º47.83%72.94%-
HSV(B)287.27º30.14%85.88%-
XYZ49.3540.8872.31-
YUV176.07152.23148.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=35.53%
G=26.52%
B=37.95%

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
Decimal2051532190.060.3000.14287.2747.8372.94
HexCD99DB61E0E11f3049
Octal31523133363601643760111
Binary11001101100110011101101111011110011101000111111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99DB; }

 p { color: rgb(205,153,219); }

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

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

 a { background-color: rgb(205,153,219); }

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

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

 span { border-color: rgb(205,153,219); }

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