#C999DD

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

Shades of Wisteria #C999DD

Tints of Wisteria #C999DD

Color information

#C999DD (or 0xC999DD) is unknown color: approx Wisteria. HEX triplet: C9, 99 and DD. RGB value is (201,153,221). Sum of RGB (Red+Green+Blue) = 201+153+221=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #C999DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999DD is #366622. Grayscale: #AEAEAE. Windows color (decimal): -3565091 or 14522825. OLE color: 14522825.

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

Color convert

RGB201153221-
CMYK0.090.3100.13
HSL282.35º50%73.33%-
HSV(B)282.35º30.77%86.67%-
XYZ48.5340.4273.65-
YUV175.1153.9146.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=34.96%
G=26.61%
B=38.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011532210.090.3100.13282.355073.33
HexC999DD91F0D11a3249
Octal311231335113701543262111
Binary110010011001100111011101100111111011011000110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999DD; }

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

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

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

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

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

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

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

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