Html Css Color HEX #C497ED Wisteria

📋 copy color: '#C497ED'

red 196 ◦ green 151 ◦ blue 237

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

Shades of Wisteria #C497ED

Tints of Wisteria #C497ED

RGB

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

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

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

R = 33.56%
G = 25.86%
B = 40.58%

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

#C497ED (or 0xC497ED) is known color: Wisteria. HEX triplet: C4, 97 and ED. RGB value is (196,151,237). Sum of RGB (Red+Green+Blue) = 196+151+237=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #C497ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497ED is #3B6812. Grayscale: #ADADAD. Windows color (decimal): -3893267 or 15570884. OLE color: 15570884.

HSL color Cylindrical-coordinate representation of color #C497ED: hue angle of 271.4º degrees, saturation: 0.7, 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 #C497ED is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 151 237 -
CMYK 0.17 0.36 0 0.07
HSL 271.4º 0.7% 0.76% -
HSV(B) 271.4º 0.36% 0.93% -
XYZ 49.12 39.98 85.25 -
YUV 174.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 196 151 237 0.17 0.36 0 0.07 271.4 0.7 0.76
Hex C4 97 ED 11 24 0 7 10F 46 4C
Octal 304 227 355 21 44 0 7 417 106 114
Binary 11000100 10010111 11101101 10001 100100 0 111 100001111 1000110 1001100

Color Harmonies of #C497ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497ED

Black with #C497ED

Text Example


Text Example

White with #C497ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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