Html Css Color HEX #C497EF Wisteria

📋 copy color: '#C497EF'

red 196 ◦ green 151 ◦ blue 239

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

Shades of Wisteria #C497EF

Tints of Wisteria #C497EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.78%

R = 33.45%
G = 25.77%
B = 40.78%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C497EF (or 0xC497EF) is known color: Wisteria. HEX triplet: C4, 97 and EF. RGB value is (196,151,239). Sum of RGB (Red+Green+Blue) = 196+151+239=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #C497EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497EF is #3B6810. Grayscale: #AEAEAE. Windows color (decimal): -3893265 or 15701956. OLE color: 15701956.

HSL color Cylindrical-coordinate representation of color #C497EF: hue angle of 270.68º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C497EF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 151 239 -
CMYK 0.18 0.37 0 0.06
HSL 270.68º 0.73% 0.76% -
HSV(B) 270.68º 0.37% 0.94% -
XYZ 49.41 40.1 86.8 -
YUV 174.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 196 151 239 0.18 0.37 0 0.06 270.68 0.73 0.76
Hex C4 97 EF 12 25 0 6 10F 49 4C
Octal 304 227 357 22 45 0 6 417 111 114
Binary 11000100 10010111 11101111 10010 100101 0 110 100001111 1001001 1001100

Color Harmonies of #C497EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497EF

Black with #C497EF

Text Example


Text Example

White with #C497EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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