Html Css Color HEX #C494E2 Wisteria

📋 copy color: '#C494E2'

red 196 ◦ green 148 ◦ blue 226

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

Shades of Wisteria #C494E2

Tints of Wisteria #C494E2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.96%

 BLUE value IS 226 (88.67% from 255) = 39.65%

R = 34.39%
G = 25.96%
B = 39.65%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C494E2 (or 0xC494E2) is known color: Wisteria. HEX triplet: C4, 94 and E2. RGB value is (196,148,226). Sum of RGB (Red+Green+Blue) = 196+148+226=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #C494E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494E2 is #3B6B1D. Grayscale: #AAAAAA. Windows color (decimal): -3894046 or 14849220. OLE color: 14849220.

HSL color Cylindrical-coordinate representation of color #C494E2: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C494E2 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 148 226 -
CMYK 0.13 0.35 0 0.11
HSL 276.92º 0.57% 0.73% -
HSV(B) 276.92º 0.35% 0.89% -
XYZ 47.08 38.41 76.88 -
YUV 171.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 196 148 226 0.13 0.35 0 0.11 276.92 0.57 0.73
Hex C4 94 E2 D 23 0 B 115 39 49
Octal 304 224 342 15 43 0 13 425 71 111
Binary 11000100 10010100 11100010 1101 100011 0 1011 100010101 111001 1001001

Color Harmonies of #C494E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494E2

Black with #C494E2

Text Example


Text Example

White with #C494E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494E2; }

 p { color: rgb(196,148,226); }

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

background-color css

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

 a { background-color: rgb(196,148,226); }

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

border-color css

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

 span { border-color: rgb(196,148,226); }

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