#C99AE9

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

Shades of Wisteria #C99AE9

Tints of Wisteria #C99AE9

Color information

#C99AE9 (or 0xC99AE9) is unknown color: approx Wisteria. HEX triplet: C9, 9A and E9. RGB value is (201,154,233). Sum of RGB (Red+Green+Blue) = 201+154+233=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #C99AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AE9 is #366516. Grayscale: #B0B0B0. Windows color (decimal): -3564823 or 15309513. OLE color: 15309513.

HSL color Cylindrical-coordinate representation of color #C99AE9: hue angle of 275.7º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99AE9 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201154233-
CMYK0.140.3400.09
HSL275.7º64.23%75.88%-
HSV(B)275.7º33.91%91.37%-
XYZ50.3541.4182.43-
YUV177.06159.57145.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 233 (91.41% from 255) = 39.63%
R=34.18%
G=26.19%
B=39.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011542330.140.3400.09275.764.2375.88
HexC99AE9E2209114404c
Octal3112323511642011424100114
Binary11001001100110101110100111101000100100110001010010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AE9; }

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

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

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

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

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

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

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

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