Html Css Color HEX #C49FDA Wisteria

📋 copy color: '#C49FDA'

red 196 ◦ green 159 ◦ blue 218

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

Shades of Wisteria #C49FDA

Tints of Wisteria #C49FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 34.21%
G = 27.75%
B = 38.05%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C49FDA (or 0xC49FDA) is known color: Wisteria. HEX triplet: C4, 9F and DA. RGB value is (196,159,218). Sum of RGB (Red+Green+Blue) = 196+159+218=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #C49FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FDA is #3B6025. Grayscale: #B0B0B0. Windows color (decimal): -3891238 or 14327748. OLE color: 14327748.

HSL color Cylindrical-coordinate representation of color #C49FDA: hue angle of 277.63º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49FDA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 159 218 -
CMYK 0.10 0.27 0 0.15
HSL 277.63º 0.44% 0.74% -
HSV(B) 277.63º 0.27% 0.85% -
XYZ 47.82 41.59 71.84 -
YUV 176.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 196 159 218 0.10 0.27 0 0.15 277.63 0.44 0.74
Hex C4 9F DA A 1B 0 F 116 2C 4A
Octal 304 237 332 12 33 0 17 426 54 112
Binary 11000100 10011111 11011010 1010 11011 0 1111 100010110 101100 1001010

Color Harmonies of #C49FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FDA

Black with #C49FDA

Text Example


Text Example

White with #C49FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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