Html Css Color HEX #C49DDA Wisteria

📋 copy color: '#C49DDA'

red 196 ◦ green 157 ◦ blue 218

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

Shades of Wisteria #C49DDA

Tints of Wisteria #C49DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.5%

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 34.33%
G = 27.5%
B = 38.18%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C49DDA (or 0xC49DDA) is known color: Wisteria. HEX triplet: C4, 9D and DA. RGB value is (196,157,218). Sum of RGB (Red+Green+Blue) = 196+157+218=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #C49DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DDA is #3B6225. Grayscale: #AFAFAF. Windows color (decimal): -3891750 or 14327236. OLE color: 14327236.

HSL color Cylindrical-coordinate representation of color #C49DDA: hue angle of 278.36º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49DDA is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 157 218 -
CMYK 0.10 0.28 0 0.15
HSL 278.36º 0.45% 0.74% -
HSV(B) 278.36º 0.28% 0.85% -
XYZ 47.48 40.91 71.72 -
YUV 175.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 196 157 218 0.10 0.28 0 0.15 278.36 0.45 0.74
Hex C4 9D DA A 1C 0 F 116 2D 4A
Octal 304 235 332 12 34 0 17 426 55 112
Binary 11000100 10011101 11011010 1010 11100 0 1111 100010110 101101 1001010

Color Harmonies of #C49DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DDA

Black with #C49DDA

Text Example


Text Example

White with #C49DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DDA; }

 p { color: rgb(196,157,218); }

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

background-color css

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

 a { background-color: rgb(196,157,218); }

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

border-color css

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

 span { border-color: rgb(196,157,218); }

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