Html Css Color HEX #C497DF Wisteria

📋 copy color: '#C497DF'

red 196 ◦ green 151 ◦ blue 223

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

Shades of Wisteria #C497DF

Tints of Wisteria #C497DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 34.39%
G = 26.49%
B = 39.12%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C497DF (or 0xC497DF) is known color: Wisteria. HEX triplet: C4, 97 and DF. RGB value is (196,151,223). Sum of RGB (Red+Green+Blue) = 196+151+223=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C497DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497DF is #3B6820. Grayscale: #ACACAC. Windows color (decimal): -3893281 or 14653380. OLE color: 14653380.

HSL color Cylindrical-coordinate representation of color #C497DF: hue angle of 277.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C497DF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 151 223 -
CMYK 0.12 0.32 0 0.13
HSL 277.5º 0.53% 0.73% -
HSV(B) 277.5º 0.32% 0.87% -
XYZ 47.15 39.2 74.89 -
YUV 172.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 196 151 223 0.12 0.32 0 0.13 277.5 0.53 0.73
Hex C4 97 DF C 20 0 D 116 35 49
Octal 304 227 337 14 40 0 15 426 65 111
Binary 11000100 10010111 11011111 1100 100000 0 1101 100010110 110101 1001001

Color Harmonies of #C497DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497DF

Black with #C497DF

Text Example


Text Example

White with #C497DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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