Html Css Color HEX #C496D5 Wisteria

📋 copy color: '#C496D5'

red 196 ◦ green 150 ◦ blue 213

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

Shades of Wisteria #C496D5

Tints of Wisteria #C496D5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.83%

 BLUE value IS 213 (83.59% from 255) = 38.1%

R = 35.06%
G = 26.83%
B = 38.1%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C496D5 (or 0xC496D5) is known color: Wisteria. HEX triplet: C4, 96 and D5. RGB value is (196,150,213). Sum of RGB (Red+Green+Blue) = 196+150+213=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #C496D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496D5 is #3B692A. Grayscale: #AAAAAA. Windows color (decimal): -3893547 or 13997764. OLE color: 13997764.

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

Color convert

RGB 196 150 213 -
CMYK 0.08 0.30 0 0.16
HSL 283.81º 0.43% 0.71% -
HSV(B) 283.81º 0.3% 0.84% -
XYZ 45.68 38.35 67.95 -
YUV 170.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 196 150 213 0.08 0.30 0 0.16 283.81 0.43 0.71
Hex C4 96 D5 8 1E 0 10 11C 2B 47
Octal 304 226 325 10 36 0 20 434 53 107
Binary 11000100 10010110 11010101 1000 11110 0 10000 100011100 101011 1000111

Color Harmonies of #C496D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496D5

Black with #C496D5

Text Example


Text Example

White with #C496D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496D5; }

 p { color: rgb(196,150,213); }

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

background-color css

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

 a { background-color: rgb(196,150,213); }

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

border-color css

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

 span { border-color: rgb(196,150,213); }

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