Html Css Color HEX #C493DC Wisteria

📋 copy color: '#C493DC'

red 196 ◦ green 147 ◦ blue 220

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

Shades of Wisteria #C493DC

Tints of Wisteria #C493DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 34.81%
G = 26.11%
B = 39.08%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C493DC (or 0xC493DC) is known color: Wisteria. HEX triplet: C4, 93 and DC. RGB value is (196,147,220). Sum of RGB (Red+Green+Blue) = 196+147+220=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #C493DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493DC is #3B6C23. Grayscale: #A9A9A9. Windows color (decimal): -3894308 or 14455748. OLE color: 14455748.

HSL color Cylindrical-coordinate representation of color #C493DC: hue angle of 280.27º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C493DC is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 147 220 -
CMYK 0.11 0.33 0 0.14
HSL 280.27º 0.51% 0.72% -
HSV(B) 280.27º 0.33% 0.86% -
XYZ 46.12 37.77 72.57 -
YUV 169.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 196 147 220 0.11 0.33 0 0.14 280.27 0.51 0.72
Hex C4 93 DC B 21 0 E 118 33 48
Octal 304 223 334 13 41 0 16 430 63 110
Binary 11000100 10010011 11011100 1011 100001 0 1110 100011000 110011 1001000

Color Harmonies of #C493DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493DC

Black with #C493DC

Text Example


Text Example

White with #C493DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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