Html Css Color HEX #C49FD6 Wisteria

📋 copy color: '#C49FD6'

red 196 ◦ green 159 ◦ blue 214

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

Shades of Wisteria #C49FD6

Tints of Wisteria #C49FD6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.94%

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 34.45%
G = 27.94%
B = 37.61%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C49FD6 (or 0xC49FD6) is known color: Wisteria. HEX triplet: C4, 9F and D6. RGB value is (196,159,214). Sum of RGB (Red+Green+Blue) = 196+159+214=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #C49FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FD6 is #3B6029. Grayscale: #B0B0B0. Windows color (decimal): -3891242 or 14065604. OLE color: 14065604.

HSL color Cylindrical-coordinate representation of color #C49FD6: hue angle of 280.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49FD6 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 159 214 -
CMYK 0.08 0.26 0 0.16
HSL 280.36º 0.4% 0.73% -
HSV(B) 280.36º 0.26% 0.84% -
XYZ 47.3 41.39 69.11 -
YUV 176.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 196 159 214 0.08 0.26 0 0.16 280.36 0.4 0.73
Hex C4 9F D6 8 1A 0 10 118 28 49
Octal 304 237 326 10 32 0 20 430 50 111
Binary 11000100 10011111 11010110 1000 11010 0 10000 100011000 101000 1001001

Color Harmonies of #C49FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FD6

Black with #C49FD6

Text Example


Text Example

White with #C49FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FD6; }

 p { color: rgb(196,159,214); }

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

background-color css

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

 a { background-color: rgb(196,159,214); }

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

border-color css

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

 span { border-color: rgb(196,159,214); }

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