Html Css Color HEX #C494DC Wisteria

📋 copy color: '#C494DC'

red 196 ◦ green 148 ◦ blue 220

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

Shades of Wisteria #C494DC

Tints of Wisteria #C494DC

RGB

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

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

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

R = 34.75%
G = 26.24%
B = 39.01%

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

#C494DC (or 0xC494DC) is known color: Wisteria. HEX triplet: C4, 94 and DC. RGB value is (196,148,220). Sum of RGB (Red+Green+Blue) = 196+148+220=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #C494DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494DC is #3B6B23. Grayscale: #AAAAAA. Windows color (decimal): -3894052 or 14456004. OLE color: 14456004.

HSL color Cylindrical-coordinate representation of color #C494DC: hue angle of 280º 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 #C494DC is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 148 220 -
CMYK 0.11 0.33 0 0.14
HSL 280º 0.51% 0.72% -
HSV(B) 280º 0.33% 0.86% -
XYZ 46.27 38.08 72.62 -
YUV 170.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 196 148 220 0.11 0.33 0 0.14 280 0.51 0.72
Hex C4 94 DC B 21 0 E 118 33 48
Octal 304 224 334 13 41 0 16 430 63 110
Binary 11000100 10010100 11011100 1011 100001 0 1110 100011000 110011 1001000

Color Harmonies of #C494DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494DC

Black with #C494DC

Text Example


Text Example

White with #C494DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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