#C99AEC

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

Shades of Wisteria #C99AEC

Tints of Wisteria #C99AEC

Color information

#C99AEC (or 0xC99AEC) is unknown color: approx Wisteria. HEX triplet: C9, 9A and EC. RGB value is (201,154,236). Sum of RGB (Red+Green+Blue) = 201+154+236=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #C99AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AEC is #366513. Grayscale: #B1B1B1. Windows color (decimal): -3564820 or 15506121. OLE color: 15506121.

HSL color Cylindrical-coordinate representation of color #C99AEC: hue angle of 274.39º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99AEC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201154236-
CMYK0.150.3500.07
HSL274.39º68.33%76.47%-
HSV(B)274.39º34.75%92.55%-
XYZ50.7841.5884.71-
YUV177.4161.07144.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=34.01%
G=26.06%
B=39.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011542360.150.3500.07274.3968.3376.47
HexC99AECF2307112444c
Octal311232354174307422104114
Binary1100100110011010111011001111100011011110001001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AEC; }

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

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

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

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

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

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

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

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