Html Css Color HEX #C493DA Wisteria

📋 copy color: '#C493DA'

red 196 ◦ green 147 ◦ blue 218

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

Shades of Wisteria #C493DA

Tints of Wisteria #C493DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 34.94%
G = 26.2%
B = 38.86%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C493DA (or 0xC493DA) is known color: Wisteria. HEX triplet: C4, 93 and DA. RGB value is (196,147,218). Sum of RGB (Red+Green+Blue) = 196+147+218=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C493DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493DA is #3B6C25. Grayscale: #A9A9A9. Windows color (decimal): -3894310 or 14324676. OLE color: 14324676.

HSL color Cylindrical-coordinate representation of color #C493DA: hue angle of 281.41º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C493DA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 147 218 -
CMYK 0.10 0.33 0 0.15
HSL 281.41º 0.49% 0.72% -
HSV(B) 281.41º 0.33% 0.85% -
XYZ 45.85 37.67 71.18 -
YUV 169.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 196 147 218 0.10 0.33 0 0.15 281.41 0.49 0.72
Hex C4 93 DA A 21 0 F 119 31 48
Octal 304 223 332 12 41 0 17 431 61 110
Binary 11000100 10010011 11011010 1010 100001 0 1111 100011001 110001 1001000

Color Harmonies of #C493DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493DA

Black with #C493DA

Text Example


Text Example

White with #C493DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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