Html Css Color HEX #C49AD4 Wisteria

📋 copy color: '#C49AD4'

red 196 ◦ green 154 ◦ blue 212

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

Shades of Wisteria #C49AD4

Tints of Wisteria #C49AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 34.88%
G = 27.4%
B = 37.72%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C49AD4 (or 0xC49AD4) is known color: Wisteria. HEX triplet: C4, 9A and D4. RGB value is (196,154,212). Sum of RGB (Red+Green+Blue) = 196+154+212=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #C49AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AD4 is #3B652B. Grayscale: #ACACAC. Windows color (decimal): -3892524 or 13933252. OLE color: 13933252.

HSL color Cylindrical-coordinate representation of color #C49AD4: hue angle of 283.45º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49AD4 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 154 212 -
CMYK 0.08 0.27 0 0.17
HSL 283.45º 0.4% 0.72% -
HSV(B) 283.45º 0.27% 0.83% -
XYZ 46.2 39.6 67.5 -
YUV 173.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 196 154 212 0.08 0.27 0 0.17 283.45 0.4 0.72
Hex C4 9A D4 8 1B 0 11 11B 28 48
Octal 304 232 324 10 33 0 21 433 50 110
Binary 11000100 10011010 11010100 1000 11011 0 10001 100011011 101000 1001000

Color Harmonies of #C49AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AD4

Black with #C49AD4

Text Example


Text Example

White with #C49AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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