#CD99DF

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

Shades of Wisteria #CD99DF

Tints of Wisteria #CD99DF

Color information

#CD99DF (or 0xCD99DF) is unknown color: approx Wisteria. HEX triplet: CD, 99 and DF. RGB value is (205,153,223). Sum of RGB (Red+Green+Blue) = 205+153+223=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99DF is #326620. Grayscale: #B0B0B0. Windows color (decimal): -3302945 or 14653901. OLE color: 14653901.

HSL color Cylindrical-coordinate representation of color #CD99DF: hue angle of 284.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD99DF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205153223-
CMYK0.080.3100.13
HSL284.57º52.24%73.73%-
HSV(B)284.57º31.39%87.45%-
XYZ49.8941.0975.11-
YUV176.53154.23148.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=35.28%
G=26.33%
B=38.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051532230.080.3100.13284.5752.2473.73
HexCD99DF81F0D11d344a
Octal315231337103701543564112
Binary110011011001100111011111100011111011011000111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99DF; }

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

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

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

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

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

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

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

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