Html Css Color HEX #C496ED Wisteria

📋 copy color: '#C496ED'

red 196 ◦ green 150 ◦ blue 237

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

Shades of Wisteria #C496ED

Tints of Wisteria #C496ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 33.62%
G = 25.73%
B = 40.65%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C496ED (or 0xC496ED) is known color: Wisteria. HEX triplet: C4, 96 and ED. RGB value is (196,150,237). Sum of RGB (Red+Green+Blue) = 196+150+237=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #C496ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496ED is #3B6912. Grayscale: #ADADAD. Windows color (decimal): -3893523 or 15570628. OLE color: 15570628.

HSL color Cylindrical-coordinate representation of color #C496ED: hue angle of 271.72º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C496ED is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 150 237 -
CMYK 0.17 0.37 0 0.07
HSL 271.72º 0.71% 0.76% -
HSV(B) 271.72º 0.37% 0.93% -
XYZ 48.96 39.66 85.2 -
YUV 173.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 196 150 237 0.17 0.37 0 0.07 271.72 0.71 0.76
Hex C4 96 ED 11 25 0 7 110 47 4C
Octal 304 226 355 21 45 0 7 420 107 114
Binary 11000100 10010110 11101101 10001 100101 0 111 100010000 1000111 1001100

Color Harmonies of #C496ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496ED

Black with #C496ED

Text Example


Text Example

White with #C496ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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