#C499DD

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

Shades of Wisteria #C499DD

Tints of Wisteria #C499DD

Color information

#C499DD (or 0xC499DD) is unknown color: approx Wisteria. HEX triplet: C4, 99 and DD. RGB value is (196,153,221). Sum of RGB (Red+Green+Blue) = 196+153+221=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C499DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499DD is #3B6622. Grayscale: #ADADAD. Windows color (decimal): -3892771 or 14522820. OLE color: 14522820.

HSL color Cylindrical-coordinate representation of color #C499DD: hue angle of 277.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C499DD is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196153221-
CMYK0.110.3100.13
HSL277.94º50%73.33%-
HSV(B)277.94º30.77%86.67%-
XYZ47.2139.7473.59-
YUV173.61154.75143.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=34.39%
G=26.84%
B=38.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961532210.110.3100.13277.945073.33
HexC499DDB1F0D1163249
Octal304231335133701542662111
Binary110001001001100111011101101111111011011000101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499DD; }

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

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

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

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

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

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

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

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