Html Css Color HEX #C493ED Wisteria

📋 copy color: '#C493ED'

red 196 ◦ green 147 ◦ blue 237

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

Shades of Wisteria #C493ED

Tints of Wisteria #C493ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 33.79%
G = 25.34%
B = 40.86%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C493ED (or 0xC493ED) is known color: Wisteria. HEX triplet: C4, 93 and ED. RGB value is (196,147,237). Sum of RGB (Red+Green+Blue) = 196+147+237=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #C493ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493ED is #3B6C12. Grayscale: #ABABAB. Windows color (decimal): -3894291 or 15569860. OLE color: 15569860.

HSL color Cylindrical-coordinate representation of color #C493ED: hue angle of 272.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C493ED is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 147 237 -
CMYK 0.17 0.38 0 0.07
HSL 272.67º 0.71% 0.75% -
HSV(B) 272.67º 0.38% 0.93% -
XYZ 48.48 38.72 85.04 -
YUV 171.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 196 147 237 0.17 0.38 0 0.07 272.67 0.71 0.75
Hex C4 93 ED 11 26 0 7 111 47 4B
Octal 304 223 355 21 46 0 7 421 107 113
Binary 11000100 10010011 11101101 10001 100110 0 111 100010001 1000111 1001011

Color Harmonies of #C493ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493ED

Black with #C493ED

Text Example


Text Example

White with #C493ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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