Html Css Color HEX #C496D0 Wisteria

📋 copy color: '#C496D0'

red 196 ◦ green 150 ◦ blue 208

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

Shades of Wisteria #C496D0

Tints of Wisteria #C496D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 35.38%
G = 27.08%
B = 37.55%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C496D0 (or 0xC496D0) is known color: Wisteria. HEX triplet: C4, 96 and D0. RGB value is (196,150,208). Sum of RGB (Red+Green+Blue) = 196+150+208=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #C496D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496D0 is #3B692F. Grayscale: #AAAAAA. Windows color (decimal): -3893552 or 13670084. OLE color: 13670084.

HSL color Cylindrical-coordinate representation of color #C496D0: hue angle of 287.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C496D0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 150 208 -
CMYK 0.06 0.28 0 0.18
HSL 287.59º 0.38% 0.7% -
HSV(B) 287.59º 0.28% 0.82% -
XYZ 45.06 38.1 64.65 -
YUV 170.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 196 150 208 0.06 0.28 0 0.18 287.59 0.38 0.7
Hex C4 96 D0 6 1C 0 12 120 26 46
Octal 304 226 320 6 34 0 22 440 46 106
Binary 11000100 10010110 11010000 110 11100 0 10010 100100000 100110 1000110

Color Harmonies of #C496D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496D0

Black with #C496D0

Text Example


Text Example

White with #C496D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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