#CD99D9

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

Shades of Wisteria #CD99D9

Tints of Wisteria #CD99D9

Color information

#CD99D9 (or 0xCD99D9) is unknown color: approx Wisteria. HEX triplet: CD, 99 and D9. RGB value is (205,153,217). Sum of RGB (Red+Green+Blue) = 205+153+217=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99D9 is #326626. Grayscale: #AFAFAF. Windows color (decimal): -3302951 or 14260685. OLE color: 14260685.

HSL color Cylindrical-coordinate representation of color #CD99D9: hue angle of 288.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD99D9 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205153217-
CMYK0.060.2900.15
HSL288.75º45.71%72.55%-
HSV(B)288.75º29.49%85.1%-
XYZ49.0940.7770.93-
YUV175.84151.23148.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=35.65%
G=26.61%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051532170.060.2900.15288.7545.7172.55
HexCD99D961D0F1212e49
Octal31523133163501744156111
Binary11001101100110011101100111011101011111001000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99D9; }

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

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

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

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

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

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

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

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