Html Css Color HEX #C493E9 Wisteria

📋 copy color: '#C493E9'

red 196 ◦ green 147 ◦ blue 233

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

Shades of Wisteria #C493E9

Tints of Wisteria #C493E9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.52%

 BLUE value IS 233 (91.41% from 255) = 40.45%

R = 34.03%
G = 25.52%
B = 40.45%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C493E9 (or 0xC493E9) is known color: Wisteria. HEX triplet: C4, 93 and E9. RGB value is (196,147,233). Sum of RGB (Red+Green+Blue) = 196+147+233=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #C493E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493E9 is #3B6C16. Grayscale: #ABABAB. Windows color (decimal): -3894295 or 15307716. OLE color: 15307716.

HSL color Cylindrical-coordinate representation of color #C493E9: hue angle of 274.19º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C493E9 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 147 233 -
CMYK 0.16 0.37 0 0.09
HSL 274.19º 0.66% 0.75% -
HSV(B) 274.19º 0.37% 0.91% -
XYZ 47.91 38.49 81.99 -
YUV 171.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 196 147 233 0.16 0.37 0 0.09 274.19 0.66 0.75
Hex C4 93 E9 10 25 0 9 112 42 4B
Octal 304 223 351 20 45 0 11 422 102 113
Binary 11000100 10010011 11101001 10000 100101 0 1001 100010010 1000010 1001011

Color Harmonies of #C493E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493E9

Black with #C493E9

Text Example


Text Example

White with #C493E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493E9; }

 p { color: rgb(196,147,233); }

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

background-color css

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

 a { background-color: rgb(196,147,233); }

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

border-color css

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

 span { border-color: rgb(196,147,233); }

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