Html Css Color HEX #C597F1 Wisteria

📋 copy color: '#C597F1'

red 197 ◦ green 151 ◦ blue 241

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

Shades of Wisteria #C597F1

Tints of Wisteria #C597F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.92%

R = 33.45%
G = 25.64%
B = 40.92%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C597F1 (or 0xC597F1) is known color: Wisteria. HEX triplet: C5, 97 and F1. RGB value is (197,151,241). Sum of RGB (Red+Green+Blue) = 197+151+241=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #C597F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C597F1 is #3A680E. Grayscale: #AEAEAE. Windows color (decimal): -3827727 or 15833029. OLE color: 15833029.

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

Color convert

RGB 197 151 241 -
CMYK 0.18 0.37 0 0.05
HSL 270.67º 0.76% 0.77% -
HSV(B) 270.67º 0.37% 0.95% -
XYZ 49.97 40.35 88.37 -
YUV 175.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 197 151 241 0.18 0.37 0 0.05 270.67 0.76 0.77
Hex C5 97 F1 12 25 0 5 10F 4C 4D
Octal 305 227 361 22 45 0 5 417 114 115
Binary 11000101 10010111 11110001 10010 100101 0 101 100001111 1001100 1001101

Color Harmonies of #C597F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C597F1

Black with #C597F1

Text Example


Text Example

White with #C597F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C597F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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