Html Css Color HEX #C497D7 Wisteria

📋 copy color: '#C497D7'

red 196 ◦ green 151 ◦ blue 215

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

Shades of Wisteria #C497D7

Tints of Wisteria #C497D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 34.88%
G = 26.87%
B = 38.26%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C497D7 (or 0xC497D7) is known color: Wisteria. HEX triplet: C4, 97 and D7. RGB value is (196,151,215). Sum of RGB (Red+Green+Blue) = 196+151+215=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #C497D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497D7 is #3B6828. Grayscale: #ABABAB. Windows color (decimal): -3893289 or 14129092. OLE color: 14129092.

HSL color Cylindrical-coordinate representation of color #C497D7: hue angle of 282.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C497D7 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 151 215 -
CMYK 0.09 0.30 0 0.16
HSL 282.19º 0.44% 0.72% -
HSV(B) 282.19º 0.3% 0.84% -
XYZ 46.1 38.78 69.34 -
YUV 171.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 196 151 215 0.09 0.30 0 0.16 282.19 0.44 0.72
Hex C4 97 D7 9 1E 0 10 11A 2C 48
Octal 304 227 327 11 36 0 20 432 54 110
Binary 11000100 10010111 11010111 1001 11110 0 10000 100011010 101100 1001000

Color Harmonies of #C497D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497D7

Black with #C497D7

Text Example


Text Example

White with #C497D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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