Html Css Color HEX #C497EC Wisteria

📋 copy color: '#C497EC'

red 196 ◦ green 151 ◦ blue 236

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

Shades of Wisteria #C497EC

Tints of Wisteria #C497EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.9%

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 33.62%
G = 25.9%
B = 40.48%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C497EC (or 0xC497EC) is known color: Wisteria. HEX triplet: C4, 97 and EC. RGB value is (196,151,236). Sum of RGB (Red+Green+Blue) = 196+151+236=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #C497EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497EC is #3B6813. Grayscale: #ADADAD. Windows color (decimal): -3893268 or 15505348. OLE color: 15505348.

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

Color convert

RGB 196 151 236 -
CMYK 0.17 0.36 0 0.07
HSL 271.76º 0.69% 0.76% -
HSV(B) 271.76º 0.36% 0.93% -
XYZ 48.97 39.93 84.48 -
YUV 174.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 196 151 236 0.17 0.36 0 0.07 271.76 0.69 0.76
Hex C4 97 EC 11 24 0 7 110 45 4C
Octal 304 227 354 21 44 0 7 420 105 114
Binary 11000100 10010111 11101100 10001 100100 0 111 100010000 1000101 1001100

Color Harmonies of #C497EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497EC

Black with #C497EC

Text Example


Text Example

White with #C497EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497EC; }

 p { color: rgb(196,151,236); }

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

background-color css

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

 a { background-color: rgb(196,151,236); }

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

border-color css

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

 span { border-color: rgb(196,151,236); }

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