Html Css Color HEX #C493D7 Wisteria

📋 copy color: '#C493D7'

red 196 ◦ green 147 ◦ blue 215

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

Shades of Wisteria #C493D7

Tints of Wisteria #C493D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.53%

R = 35.13%
G = 26.34%
B = 38.53%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C493D7 (or 0xC493D7) is known color: Wisteria. HEX triplet: C4, 93 and D7. RGB value is (196,147,215). Sum of RGB (Red+Green+Blue) = 196+147+215=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #C493D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493D7 is #3B6C28. Grayscale: #A9A9A9. Windows color (decimal): -3894313 or 14128068. OLE color: 14128068.

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

Color convert

RGB 196 147 215 -
CMYK 0.09 0.32 0 0.16
HSL 283.24º 0.46% 0.71% -
HSV(B) 283.24º 0.32% 0.84% -
XYZ 45.46 37.51 69.13 -
YUV 169.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 196 147 215 0.09 0.32 0 0.16 283.24 0.46 0.71
Hex C4 93 D7 9 20 0 10 11B 2E 47
Octal 304 223 327 11 40 0 20 433 56 107
Binary 11000100 10010011 11010111 1001 100000 0 10000 100011011 101110 1000111

Color Harmonies of #C493D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493D7

Black with #C493D7

Text Example


Text Example

White with #C493D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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