Html Css Color HEX #C49FDC Wisteria

📋 copy color: '#C49FDC'

red 196 ◦ green 159 ◦ blue 220

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

Shades of Wisteria #C49FDC

Tints of Wisteria #C49FDC

RGB

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

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

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

R = 34.09%
G = 27.65%
B = 38.26%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C49FDC (or 0xC49FDC) is known color: Wisteria. HEX triplet: C4, 9F and DC. RGB value is (196,159,220). Sum of RGB (Red+Green+Blue) = 196+159+220=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #C49FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FDC is #3B6023. Grayscale: #B0B0B0. Windows color (decimal): -3891236 or 14458820. OLE color: 14458820.

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

Color convert

RGB 196 159 220 -
CMYK 0.11 0.28 0 0.14
HSL 276.39º 0.47% 0.74% -
HSV(B) 276.39º 0.28% 0.86% -
XYZ 48.08 41.7 73.22 -
YUV 177.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 196 159 220 0.11 0.28 0 0.14 276.39 0.47 0.74
Hex C4 9F DC B 1C 0 E 114 2F 4A
Octal 304 237 334 13 34 0 16 424 57 112
Binary 11000100 10011111 11011100 1011 11100 0 1110 100010100 101111 1001010

Color Harmonies of #C49FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FDC

Black with #C49FDC

Text Example


Text Example

White with #C49FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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