Html Css Color HEX #C494E0 Wisteria

📋 copy color: '#C494E0'

red 196 ◦ green 148 ◦ blue 224

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

Shades of Wisteria #C494E0

Tints of Wisteria #C494E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 34.51%
G = 26.06%
B = 39.44%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C494E0 (or 0xC494E0) is known color: Wisteria. HEX triplet: C4, 94 and E0. RGB value is (196,148,224). Sum of RGB (Red+Green+Blue) = 196+148+224=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #C494E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494E0 is #3B6B1F. Grayscale: #AAAAAA. Windows color (decimal): -3894048 or 14718148. OLE color: 14718148.

HSL color Cylindrical-coordinate representation of color #C494E0: hue angle of 277.89º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C494E0 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 148 224 -
CMYK 0.12 0.34 0 0.12
HSL 277.89º 0.55% 0.73% -
HSV(B) 277.89º 0.34% 0.88% -
XYZ 46.81 38.3 75.45 -
YUV 171.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 196 148 224 0.12 0.34 0 0.12 277.89 0.55 0.73
Hex C4 94 E0 C 22 0 C 116 37 49
Octal 304 224 340 14 42 0 14 426 67 111
Binary 11000100 10010100 11100000 1100 100010 0 1100 100010110 110111 1001001

Color Harmonies of #C494E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494E0

Black with #C494E0

Text Example


Text Example

White with #C494E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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