Html Css Color HEX #C49DCE Wisteria

📋 copy color: '#C49DCE'

red 196 ◦ green 157 ◦ blue 206

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

Shades of Wisteria #C49DCE

Tints of Wisteria #C49DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 35.06%
G = 28.09%
B = 36.85%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C49DCE (or 0xC49DCE) is known color: Wisteria. HEX triplet: C4, 9D and CE. RGB value is (196,157,206). Sum of RGB (Red+Green+Blue) = 196+157+206=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #C49DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DCE is #3B6231. Grayscale: #AEAEAE. Windows color (decimal): -3891762 or 13540804. OLE color: 13540804.

HSL color Cylindrical-coordinate representation of color #C49DCE: hue angle of 287.76º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49DCE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 157 206 -
CMYK 0.05 0.24 0 0.19
HSL 287.76º 0.33% 0.71% -
HSV(B) 287.76º 0.24% 0.81% -
XYZ 45.96 40.31 63.75 -
YUV 174.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 196 157 206 0.05 0.24 0 0.19 287.76 0.33 0.71
Hex C4 9D CE 5 18 0 13 120 21 47
Octal 304 235 316 5 30 0 23 440 41 107
Binary 11000100 10011101 11001110 101 11000 0 10011 100100000 100001 1000111

Color Harmonies of #C49DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DCE

Black with #C49DCE

Text Example


Text Example

White with #C49DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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