#C99ADD

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

Shades of Wisteria #C99ADD

Tints of Wisteria #C99ADD

Color information

#C99ADD (or 0xC99ADD) is unknown color: approx Wisteria. HEX triplet: C9, 9A and DD. RGB value is (201,154,221). Sum of RGB (Red+Green+Blue) = 201+154+221=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #C99ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADD is #366522. Grayscale: #AFAFAF. Windows color (decimal): -3564835 or 14523081. OLE color: 14523081.

HSL color Cylindrical-coordinate representation of color #C99ADD: hue angle of 282.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99ADD is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201154221-
CMYK0.090.3000.13
HSL282.09º49.63%73.53%-
HSV(B)282.09º30.32%86.67%-
XYZ48.6940.7573.71-
YUV175.69153.57146.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=34.90%
G=26.74%
B=38.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011542210.090.3000.13282.0949.6373.53
HexC99ADD91E0D11a324a
Octal311232335113601543262112
Binary110010011001101011011101100111110011011000110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ADD; }

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

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

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

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

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

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

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

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