#C99ADB

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

Shades of Wisteria #C99ADB

Tints of Wisteria #C99ADB

Color information

#C99ADB (or 0xC99ADB) is unknown color: approx Wisteria. HEX triplet: C9, 9A and DB. RGB value is (201,154,219). Sum of RGB (Red+Green+Blue) = 201+154+219=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #C99ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADB is #366524. Grayscale: #AFAFAF. Windows color (decimal): -3564837 or 14392009. OLE color: 14392009.

HSL color Cylindrical-coordinate representation of color #C99ADB: hue angle of 283.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99ADB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201154219-
CMYK0.080.3000.14
HSL283.38º47.45%73.14%-
HSV(B)283.38º29.68%85.88%-
XYZ48.4340.6472.31-
YUV175.46152.57146.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=35.02%
G=26.83%
B=38.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011542190.080.3000.14283.3847.4573.14
HexC99ADB81E0E11b2f49
Octal311232333103601643357111
Binary110010011001101011011011100011110011101000110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ADB; }

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

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

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

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

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

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

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

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