Html Css Color HEX #C496D8 Wisteria

📋 copy color: '#C496D8'

red 196 ◦ green 150 ◦ blue 216

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

Shades of Wisteria #C496D8

Tints of Wisteria #C496D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.43%

R = 34.88%
G = 26.69%
B = 38.43%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C496D8 (or 0xC496D8) is known color: Wisteria. HEX triplet: C4, 96 and D8. RGB value is (196,150,216). Sum of RGB (Red+Green+Blue) = 196+150+216=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #C496D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496D8 is #3B6927. Grayscale: #ABABAB. Windows color (decimal): -3893544 or 14194372. OLE color: 14194372.

HSL color Cylindrical-coordinate representation of color #C496D8: hue angle of 281.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C496D8 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 150 216 -
CMYK 0.09 0.31 0 0.15
HSL 281.82º 0.46% 0.72% -
HSV(B) 281.82º 0.31% 0.85% -
XYZ 46.07 38.51 69.97 -
YUV 171.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 196 150 216 0.09 0.31 0 0.15 281.82 0.46 0.72
Hex C4 96 D8 9 1F 0 F 11A 2E 48
Octal 304 226 330 11 37 0 17 432 56 110
Binary 11000100 10010110 11011000 1001 11111 0 1111 100011010 101110 1001000

Color Harmonies of #C496D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496D8

Black with #C496D8

Text Example


Text Example

White with #C496D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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