Html Css Color HEX #C597EA Wisteria

📋 copy color: '#C597EA'

red 197 ◦ green 151 ◦ blue 234

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

Shades of Wisteria #C597EA

Tints of Wisteria #C597EA

RGB

 RED value IS 197 (77.34% from 255) = 33.85%

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

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 33.85%
G = 25.95%
B = 40.21%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C597EA (or 0xC597EA) is known color: Wisteria. HEX triplet: C5, 97 and EA. RGB value is (197,151,234). Sum of RGB (Red+Green+Blue) = 197+151+234=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #C597EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C597EA is #3A6815. Grayscale: #ADADAD. Windows color (decimal): -3827734 or 15374277. OLE color: 15374277.

HSL color Cylindrical-coordinate representation of color #C597EA: hue angle of 273.25º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C597EA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 151 234 -
CMYK 0.16 0.35 0 0.08
HSL 273.25º 0.66% 0.75% -
HSV(B) 273.25º 0.35% 0.92% -
XYZ 48.94 39.94 82.97 -
YUV 174.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 197 151 234 0.16 0.35 0 0.08 273.25 0.66 0.75
Hex C5 97 EA 10 23 0 8 111 42 4B
Octal 305 227 352 20 43 0 10 421 102 113
Binary 11000101 10010111 11101010 10000 100011 0 1000 100010001 1000010 1001011

Color Harmonies of #C597EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C597EA

Black with #C597EA

Text Example


Text Example

White with #C597EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C597EA; }

 p { color: rgb(197,151,234); }

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

background-color css

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

 a { background-color: rgb(197,151,234); }

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

border-color css

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

 span { border-color: rgb(197,151,234); }

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