Html Css Color HEX #C496DF Wisteria

📋 copy color: '#C496DF'

red 196 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #C496DF

Tints of Wisteria #C496DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 34.45%
G = 26.36%
B = 39.19%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C496DF (or 0xC496DF) is known color: Wisteria. HEX triplet: C4, 96 and DF. RGB value is (196,150,223). Sum of RGB (Red+Green+Blue) = 196+150+223=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C496DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496DF is #3B6920. Grayscale: #ABABAB. Windows color (decimal): -3893537 or 14653124. OLE color: 14653124.

HSL color Cylindrical-coordinate representation of color #C496DF: hue angle of 277.81º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C496DF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 150 223 -
CMYK 0.12 0.33 0 0.13
HSL 277.81º 0.53% 0.73% -
HSV(B) 277.81º 0.33% 0.87% -
XYZ 46.99 38.88 74.84 -
YUV 172.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 196 150 223 0.12 0.33 0 0.13 277.81 0.53 0.73
Hex C4 96 DF C 21 0 D 116 35 49
Octal 304 226 337 14 41 0 15 426 65 111
Binary 11000100 10010110 11011111 1100 100001 0 1101 100010110 110101 1001001

Color Harmonies of #C496DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496DF

Black with #C496DF

Text Example


Text Example

White with #C496DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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