Html Css Color HEX #C49DDD Wisteria

📋 copy color: '#C49DDD'

red 196 ◦ green 157 ◦ blue 221

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

Shades of Wisteria #C49DDD

Tints of Wisteria #C49DDD

RGB

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

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

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

R = 34.15%
G = 27.35%
B = 38.5%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C49DDD (or 0xC49DDD) is known color: Wisteria. HEX triplet: C4, 9D and DD. RGB value is (196,157,221). Sum of RGB (Red+Green+Blue) = 196+157+221=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #C49DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DDD is #3B6222. Grayscale: #AFAFAF. Windows color (decimal): -3891747 or 14523844. OLE color: 14523844.

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

Color convert

RGB 196 157 221 -
CMYK 0.11 0.29 0 0.13
HSL 276.56º 0.48% 0.74% -
HSV(B) 276.56º 0.29% 0.87% -
XYZ 47.87 41.07 73.81 -
YUV 175.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 196 157 221 0.11 0.29 0 0.13 276.56 0.48 0.74
Hex C4 9D DD B 1D 0 D 115 30 4A
Octal 304 235 335 13 35 0 15 425 60 112
Binary 11000100 10011101 11011101 1011 11101 0 1101 100010101 110000 1001010

Color Harmonies of #C49DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DDD

Black with #C49DDD

Text Example


Text Example

White with #C49DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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