#C99ADA

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

Shades of Wisteria #C99ADA

Tints of Wisteria #C99ADA

Color information

#C99ADA (or 0xC99ADA) is unknown color: approx Wisteria. HEX triplet: C9, 9A and DA. RGB value is (201,154,218). Sum of RGB (Red+Green+Blue) = 201+154+218=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #C99ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADA is #366525. Grayscale: #AFAFAF. Windows color (decimal): -3564838 or 14326473. OLE color: 14326473.

HSL color Cylindrical-coordinate representation of color #C99ADA: hue angle of 284.06º 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 #C99ADA is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201154218-
CMYK0.080.2900.15
HSL284.06º46.38%72.94%-
HSV(B)284.06º29.36%85.49%-
XYZ48.340.5971.62-
YUV175.35152.07146.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=35.08%
G=26.88%
B=38.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011542180.080.2900.15284.0646.3872.94
HexC99ADA81D0F11c2e49
Octal311232332103501743456111
Binary110010011001101011011010100011101011111000111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ADA; }

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

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

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

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

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

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

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

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