Html Css Color HEX #C49ADD Wisteria

📋 copy color: '#C49ADD'

red 196 ◦ green 154 ◦ blue 221

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

Shades of Wisteria #C49ADD

Tints of Wisteria #C49ADD

RGB

 RED value IS 196 (76.95% from 255) = 34.33%

 GREEN value IS 154 (60.55% from 255) = 26.97%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 34.33%
G = 26.97%
B = 38.7%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C49ADD (or 0xC49ADD) is known color: Wisteria. HEX triplet: C4, 9A and DD. RGB value is (196,154,221). Sum of RGB (Red+Green+Blue) = 196+154+221=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C49ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ADD is #3B6522. Grayscale: #ADADAD. Windows color (decimal): -3892515 or 14523076. OLE color: 14523076.

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

Color convert

RGB 196 154 221 -
CMYK 0.11 0.30 0 0.13
HSL 277.61º 0.5% 0.74% -
HSV(B) 277.61º 0.3% 0.87% -
XYZ 47.37 40.07 73.64 -
YUV 174.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 196 154 221 0.11 0.30 0 0.13 277.61 0.5 0.74
Hex C4 9A DD B 1E 0 D 116 32 4A
Octal 304 232 335 13 36 0 15 426 62 112
Binary 11000100 10011010 11011101 1011 11110 0 1101 100010110 110010 1001010

Color Harmonies of #C49ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49ADD

Black with #C49ADD

Text Example


Text Example

White with #C49ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49ADD; }

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

 H1.HeaderClassName
 {
   color: #C49ADD;
 }
 .AnyTagClassName
 {
   color: #C49ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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