Html Css Color HEX #C493FE Wisteria

📋 copy color: '#C493FE'

red 196 ◦ green 147 ◦ blue 254

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

Shades of Wisteria #C493FE

Tints of Wisteria #C493FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 32.83%
G = 24.62%
B = 42.55%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C493FE (or 0xC493FE) is known color: Wisteria. HEX triplet: C4, 93 and FE. RGB value is (196,147,254). Sum of RGB (Red+Green+Blue) = 196+147+254=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C493FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493FE is #3B6C01. Grayscale: #ADADAD. Windows color (decimal): -3894274 or 16683972. OLE color: 16683972.

HSL color Cylindrical-coordinate representation of color #C493FE: hue angle of 267.48º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C493FE is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 147 254 -
CMYK 0.23 0.42 0 0.00
HSL 267.48º 0.98% 0.79% -
HSV(B) 267.48º 0.42% 1% -
XYZ 51.09 39.76 98.75 -
YUV 173.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 196 147 254 0.23 0.42 0 0.00 267.48 0.98 0.79
Hex C4 93 FE 17 2A 0 0 10B 62 4F
Octal 304 223 376 27 52 0 0 413 142 117
Binary 11000100 10010011 11111110 10111 101010 0 0 100001011 1100010 1001111

Color Harmonies of #C493FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493FE

Black with #C493FE

Text Example


Text Example

White with #C493FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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