Html Css Color HEX #C49DD1 Wisteria

📋 copy color: '#C49DD1'

red 196 ◦ green 157 ◦ blue 209

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

Shades of Wisteria #C49DD1

Tints of Wisteria #C49DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 34.88%
G = 27.94%
B = 37.19%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C49DD1 (or 0xC49DD1) is known color: Wisteria. HEX triplet: C4, 9D and D1. RGB value is (196,157,209). Sum of RGB (Red+Green+Blue) = 196+157+209=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #C49DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD1 is #3B622E. Grayscale: #AEAEAE. Windows color (decimal): -3891759 or 13737412. OLE color: 13737412.

HSL color Cylindrical-coordinate representation of color #C49DD1: hue angle of 285º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49DD1 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 157 209 -
CMYK 0.06 0.25 0 0.18
HSL 285º 0.36% 0.72% -
HSV(B) 285º 0.25% 0.82% -
XYZ 46.33 40.45 65.69 -
YUV 174.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 196 157 209 0.06 0.25 0 0.18 285 0.36 0.72
Hex C4 9D D1 6 19 0 12 11D 24 48
Octal 304 235 321 6 31 0 22 435 44 110
Binary 11000100 10011101 11010001 110 11001 0 10010 100011101 100100 1001000

Color Harmonies of #C49DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DD1

Black with #C49DD1

Text Example


Text Example

White with #C49DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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