Html Css Color HEX #C49EDC Wisteria

📋 copy color: '#C49EDC'

red 196 ◦ green 158 ◦ blue 220

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

Shades of Wisteria #C49EDC

Tints of Wisteria #C49EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.53%

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

R = 34.15%
G = 27.53%
B = 38.33%

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

#C49EDC (or 0xC49EDC) is known color: Wisteria. HEX triplet: C4, 9E and DC. RGB value is (196,158,220). Sum of RGB (Red+Green+Blue) = 196+158+220=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #C49EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EDC is #3B6123. Grayscale: #B0B0B0. Windows color (decimal): -3891492 or 14458564. OLE color: 14458564.

HSL color Cylindrical-coordinate representation of color #C49EDC: hue angle of 276.77º 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 #C49EDC is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 158 220 -
CMYK 0.11 0.28 0 0.14
HSL 276.77º 0.47% 0.74% -
HSV(B) 276.77º 0.28% 0.86% -
XYZ 47.91 41.36 73.17 -
YUV 176.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 196 158 220 0.11 0.28 0 0.14 276.77 0.47 0.74
Hex C4 9E DC B 1C 0 E 115 2F 4A
Octal 304 236 334 13 34 0 16 425 57 112
Binary 11000100 10011110 11011100 1011 11100 0 1110 100010101 101111 1001010

Color Harmonies of #C49EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EDC

Black with #C49EDC

Text Example


Text Example

White with #C49EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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