Html Css Color HEX #C494D4 Wisteria

📋 copy color: '#C494D4'

red 196 ◦ green 148 ◦ blue 212

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

Shades of Wisteria #C494D4

Tints of Wisteria #C494D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 35.25%
G = 26.62%
B = 38.13%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C494D4 (or 0xC494D4) is known color: Wisteria. HEX triplet: C4, 94 and D4. RGB value is (196,148,212). Sum of RGB (Red+Green+Blue) = 196+148+212=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #C494D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494D4 is #3B6B2B. Grayscale: #A9A9A9. Windows color (decimal): -3894060 or 13931716. OLE color: 13931716.

HSL color Cylindrical-coordinate representation of color #C494D4: hue angle of 285º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C494D4 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 148 212 -
CMYK 0.08 0.30 0 0.17
HSL 285º 0.43% 0.71% -
HSV(B) 285º 0.3% 0.83% -
XYZ 45.24 37.67 67.17 -
YUV 169.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 196 148 212 0.08 0.30 0 0.17 285 0.43 0.71
Hex C4 94 D4 8 1E 0 11 11D 2B 47
Octal 304 224 324 10 36 0 21 435 53 107
Binary 11000100 10010100 11010100 1000 11110 0 10001 100011101 101011 1000111

Color Harmonies of #C494D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494D4

Black with #C494D4

Text Example


Text Example

White with #C494D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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