Html Css Color HEX #C497DC Wisteria

📋 copy color: '#C497DC'

red 196 ◦ green 151 ◦ blue 220

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

Shades of Wisteria #C497DC

Tints of Wisteria #C497DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.63%

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

R = 34.57%
G = 26.63%
B = 38.8%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C497DC (or 0xC497DC) is known color: Wisteria. HEX triplet: C4, 97 and DC. RGB value is (196,151,220). Sum of RGB (Red+Green+Blue) = 196+151+220=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C497DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497DC is #3B6823. Grayscale: #ACACAC. Windows color (decimal): -3893284 or 14456772. OLE color: 14456772.

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

Color convert

RGB 196 151 220 -
CMYK 0.11 0.31 0 0.14
HSL 279.13º 0.5% 0.73% -
HSV(B) 279.13º 0.31% 0.86% -
XYZ 46.75 39.04 72.78 -
YUV 172.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 196 151 220 0.11 0.31 0 0.14 279.13 0.5 0.73
Hex C4 97 DC B 1F 0 E 117 32 49
Octal 304 227 334 13 37 0 16 427 62 111
Binary 11000100 10010111 11011100 1011 11111 0 1110 100010111 110010 1001001

Color Harmonies of #C497DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497DC

Black with #C497DC

Text Example


Text Example

White with #C497DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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