#CD99DD

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

Shades of Wisteria #CD99DD

Tints of Wisteria #CD99DD

Color information

#CD99DD (or 0xCD99DD) is unknown color: approx Wisteria. HEX triplet: CD, 99 and DD. RGB value is (205,153,221). Sum of RGB (Red+Green+Blue) = 205+153+221=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 153 (60.16% from 255 or 26.42% 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 #CD99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99DD is #326622. Grayscale: #B0B0B0. Windows color (decimal): -3302947 or 14522829. OLE color: 14522829.

HSL color Cylindrical-coordinate representation of color #CD99DD: hue angle of 285.88º 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 #CD99DD is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205153221-
CMYK0.070.3100.13
HSL285.88º50%73.33%-
HSV(B)285.88º30.77%86.67%-
XYZ49.6240.9873.7-
YUV176.3153.23148.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 153 (60.16% from 255) = 26.42%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=35.41%
G=26.42%
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
Decimal2051532210.070.3100.13285.885073.33
HexCD99DD71F0D11e3249
Octal31523133573701543662111
Binary11001101100110011101110111111111011011000111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99DD; }

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

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

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

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

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

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

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

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