Html Css Color HEX #C49BDC Wisteria

📋 copy color: '#C49BDC'

red 196 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #C49BDC

Tints of Wisteria #C49BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.15%

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 34.33%
G = 27.15%
B = 38.53%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C49BDC (or 0xC49BDC) is known color: Wisteria. HEX triplet: C4, 9B and DC. RGB value is (196,155,220). Sum of RGB (Red+Green+Blue) = 196+155+220=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C49BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BDC is #3B6423. Grayscale: #AEAEAE. Windows color (decimal): -3892260 or 14457796. OLE color: 14457796.

HSL color Cylindrical-coordinate representation of color #C49BDC: hue angle of 277.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49BDC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 155 220 -
CMYK 0.11 0.30 0 0.14
HSL 277.85º 0.48% 0.74% -
HSV(B) 277.85º 0.3% 0.86% -
XYZ 47.4 40.35 73 -
YUV 174.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 196 155 220 0.11 0.30 0 0.14 277.85 0.48 0.74
Hex C4 9B DC B 1E 0 E 116 30 4A
Octal 304 233 334 13 36 0 16 426 60 112
Binary 11000100 10011011 11011100 1011 11110 0 1110 100010110 110000 1001010

Color Harmonies of #C49BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BDC

Black with #C49BDC

Text Example


Text Example

White with #C49BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BDC; }

 p { color: rgb(196,155,220); }

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

background-color css

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

 a { background-color: rgb(196,155,220); }

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

border-color css

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

 span { border-color: rgb(196,155,220); }

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