Html Css Color HEX #C493FA Wisteria

📋 copy color: '#C493FA'

red 196 ◦ green 147 ◦ blue 250

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

Shades of Wisteria #C493FA

Tints of Wisteria #C493FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.16%

R = 33.05%
G = 24.79%
B = 42.16%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C493FA (or 0xC493FA) is known color: Wisteria. HEX triplet: C4, 93 and FA. RGB value is (196,147,250). Sum of RGB (Red+Green+Blue) = 196+147+250=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #C493FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493FA is #3B6C05. Grayscale: #ADADAD. Windows color (decimal): -3894278 or 16421828. OLE color: 16421828.

HSL color Cylindrical-coordinate representation of color #C493FA: hue angle of 268.54º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C493FA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 147 250 -
CMYK 0.22 0.41 0 0.02
HSL 268.54º 0.91% 0.78% -
HSV(B) 268.54º 0.41% 0.98% -
XYZ 50.45 39.51 95.41 -
YUV 173.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 196 147 250 0.22 0.41 0 0.02 268.54 0.91 0.78
Hex C4 93 FA 16 29 0 2 10D 5B 4E
Octal 304 223 372 26 51 0 2 415 133 116
Binary 11000100 10010011 11111010 10110 101001 0 10 100001101 1011011 1001110

Color Harmonies of #C493FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493FA

Black with #C493FA

Text Example


Text Example

White with #C493FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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