Html Css Color HEX #C499DD Wisteria

📋 copy color: '#C499DD'

red 196 ◦ green 153 ◦ blue 221

#C499DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C499DD

Tints of Wisteria #C499DD

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 value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C499DD (or 0xC499DD) is known color: 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

RGB 196 153 221 -
CMYK 0.11 0.31 0 0.13
HSL 277.94º 0.5% 0.73% -
HSV(B) 277.94º 0.31% 0.87% -
XYZ 47.21 39.74 73.59 -
YUV 173.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 196 153 221 0.11 0.31 0 0.13 277.94 0.5 0.73
Hex C4 99 DD B 1F 0 D 116 32 49
Octal 304 231 335 13 37 0 15 426 62 111
Binary 11000100 10011001 11011101 1011 11111 0 1101 100010110 110010 1001001

Color Harmonies of #C499DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499DD

Black with #C499DD

Text Example


Text Example

White with #C499DD

Text Example


Text Example

HTML Codes & Css Web 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>