Html Css Color HEX #C493D8 Wisteria

📋 copy color: '#C493D8'

red 196 ◦ green 147 ◦ blue 216

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

Shades of Wisteria #C493D8

Tints of Wisteria #C493D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 35.06%
G = 26.3%
B = 38.64%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C493D8 (or 0xC493D8) is known color: Wisteria. HEX triplet: C4, 93 and D8. RGB value is (196,147,216). Sum of RGB (Red+Green+Blue) = 196+147+216=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #C493D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493D8 is #3B6C27. Grayscale: #A9A9A9. Windows color (decimal): -3894312 or 14193604. OLE color: 14193604.

HSL color Cylindrical-coordinate representation of color #C493D8: hue angle of 282.61º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C493D8 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 147 216 -
CMYK 0.09 0.32 0 0.15
HSL 282.61º 0.47% 0.71% -
HSV(B) 282.61º 0.32% 0.85% -
XYZ 45.59 37.56 69.81 -
YUV 169.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 196 147 216 0.09 0.32 0 0.15 282.61 0.47 0.71
Hex C4 93 D8 9 20 0 F 11B 2F 47
Octal 304 223 330 11 40 0 17 433 57 107
Binary 11000100 10010011 11011000 1001 100000 0 1111 100011011 101111 1000111

Color Harmonies of #C493D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493D8

Black with #C493D8

Text Example


Text Example

White with #C493D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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