Html Css Color HEX #C57CF1 Heliotrope

📋 copy color: '#C57CF1'

red 197 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #C57CF1

Tints of Heliotrope #C57CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.06%

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

R = 35.05%
G = 22.06%
B = 42.88%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C57CF1 (or 0xC57CF1) is known color: Heliotrope. HEX triplet: C5, 7C and F1. RGB value is (197,124,241). Sum of RGB (Red+Green+Blue) = 197+124+241=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #C57CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CF1 is #3A830E. Grayscale: #9E9E9E. Windows color (decimal): -3834639 or 15826117. OLE color: 15826117.

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

Color convert

RGB 197 124 241 -
CMYK 0.18 0.49 0 0.05
HSL 277.44º 0.81% 0.72% -
HSV(B) 277.44º 0.49% 0.95% -
XYZ 46.11 32.64 87.09 -
YUV 159.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 197 124 241 0.18 0.49 0 0.05 277.44 0.81 0.72
Hex C5 7C F1 12 31 0 5 115 51 48
Octal 305 174 361 22 61 0 5 425 121 110
Binary 11000101 1111100 11110001 10010 110001 0 101 100010101 1010001 1001000

Color Harmonies of #C57CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CF1

Black with #C57CF1

Text Example


Text Example

White with #C57CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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