Html Css Color HEX #C494D9 Wisteria

📋 copy color: '#C494D9'

red 196 ◦ green 148 ◦ blue 217

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

Shades of Wisteria #C494D9

Tints of Wisteria #C494D9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.38%

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 34.94%
G = 26.38%
B = 38.68%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C494D9 (or 0xC494D9) is known color: Wisteria. HEX triplet: C4, 94 and D9. RGB value is (196,148,217). Sum of RGB (Red+Green+Blue) = 196+148+217=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #C494D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494D9 is #3B6B26. Grayscale: #A9A9A9. Windows color (decimal): -3894055 or 14259396. OLE color: 14259396.

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

Color convert

RGB 196 148 217 -
CMYK 0.10 0.32 0 0.15
HSL 281.74º 0.48% 0.72% -
HSV(B) 281.74º 0.32% 0.85% -
XYZ 45.88 37.93 70.55 -
YUV 170.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 196 148 217 0.10 0.32 0 0.15 281.74 0.48 0.72
Hex C4 94 D9 A 20 0 F 11A 30 48
Octal 304 224 331 12 40 0 17 432 60 110
Binary 11000100 10010100 11011001 1010 100000 0 1111 100011010 110000 1001000

Color Harmonies of #C494D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494D9

Black with #C494D9

Text Example


Text Example

White with #C494D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494D9; }

 p { color: rgb(196,148,217); }

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

background-color css

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

 a { background-color: rgb(196,148,217); }

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

border-color css

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

 span { border-color: rgb(196,148,217); }

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