#C499DC

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

Shades of Wisteria #C499DC

Tints of Wisteria #C499DC

Color information

#C499DC (or 0xC499DC) is unknown color: approx Wisteria. HEX triplet: C4, 99 and DC. RGB value is (196,153,220). Sum of RGB (Red+Green+Blue) = 196+153+220=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C499DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499DC is #3B6623. Grayscale: #ADADAD. Windows color (decimal): -3892772 or 14457284. OLE color: 14457284.

HSL color Cylindrical-coordinate representation of color #C499DC: hue angle of 278.51º degrees, saturation: 0.49, 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 #C499DC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196153220-
CMYK0.110.3000.14
HSL278.51º48.91%73.14%-
HSV(B)278.51º30.45%86.27%-
XYZ47.0739.6972.89-
YUV173.5154.25144.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.45%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=34.45%
G=26.89%
B=38.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961532200.110.3000.14278.5148.9173.14
HexC499DCB1E0E1173149
Octal304231334133601642761111
Binary110001001001100111011100101111110011101000101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499DC; }

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

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

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

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

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

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

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

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