Html Css Color HEX #C497D6 Wisteria

📋 copy color: '#C497D6'

red 196 ◦ green 151 ◦ blue 214

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

Shades of Wisteria #C497D6

Tints of Wisteria #C497D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 34.94%
G = 26.92%
B = 38.15%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C497D6 (or 0xC497D6) is known color: Wisteria. HEX triplet: C4, 97 and D6. RGB value is (196,151,214). Sum of RGB (Red+Green+Blue) = 196+151+214=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #C497D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497D6 is #3B6829. Grayscale: #ABABAB. Windows color (decimal): -3893290 or 14063556. OLE color: 14063556.

HSL color Cylindrical-coordinate representation of color #C497D6: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C497D6 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 151 214 -
CMYK 0.08 0.29 0 0.16
HSL 282.86º 0.43% 0.72% -
HSV(B) 282.86º 0.29% 0.84% -
XYZ 45.97 38.72 68.67 -
YUV 171.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 196 151 214 0.08 0.29 0 0.16 282.86 0.43 0.72
Hex C4 97 D6 8 1D 0 10 11B 2B 48
Octal 304 227 326 10 35 0 20 433 53 110
Binary 11000100 10010111 11010110 1000 11101 0 10000 100011011 101011 1001000

Color Harmonies of #C497D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497D6

Black with #C497D6

Text Example


Text Example

White with #C497D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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