#C499EC

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

Shades of Wisteria #C499EC

Tints of Wisteria #C499EC

Color information

#C499EC (or 0xC499EC) is unknown color: approx Wisteria. HEX triplet: C4, 99 and EC. RGB value is (196,153,236). Sum of RGB (Red+Green+Blue) = 196+153+236=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #C499EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C499EC is #3B6613. Grayscale: #AFAFAF. Windows color (decimal): -3892756 or 15505860. OLE color: 15505860.

HSL color Cylindrical-coordinate representation of color #C499EC: hue angle of 271.08º degrees, saturation: 0.69, 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 #C499EC is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196153236-
CMYK0.170.3500.07
HSL271.08º68.6%76.27%-
HSV(B)271.08º35.17%92.55%-
XYZ49.340.5784.59-
YUV175.32162.25142.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=33.50%
G=26.15%
B=40.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961532360.170.3500.07271.0868.676.27
HexC499EC11230710f454c
Octal304231354214307417105114
Binary11000100100110011110110010001100011011110000111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499EC; }

 p { color: rgb(196,153,236); }

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

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

 a { background-color: rgb(196,153,236); }

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

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

 span { border-color: rgb(196,153,236); }

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