Html Css Color HEX #C57AF1 Heliotrope

📋 copy color: '#C57AF1'

red 197 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #C57AF1

Tints of Heliotrope #C57AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.79%

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

R = 35.18%
G = 21.79%
B = 43.04%

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

#C57AF1 (or 0xC57AF1) is known color: Heliotrope. HEX triplet: C5, 7A and F1. RGB value is (197,122,241). Sum of RGB (Red+Green+Blue) = 197+122+241=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #C57AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AF1 is #3A850E. Grayscale: #9D9D9D. Windows color (decimal): -3835151 or 15825605. OLE color: 15825605.

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

Color convert

RGB 197 122 241 -
CMYK 0.18 0.49 0 0.05
HSL 277.82º 0.81% 0.71% -
HSV(B) 277.82º 0.49% 0.95% -
XYZ 45.86 32.14 87.01 -
YUV 157.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 197 122 241 0.18 0.49 0 0.05 277.82 0.81 0.71
Hex C5 7A F1 12 31 0 5 116 51 47
Octal 305 172 361 22 61 0 5 426 121 107
Binary 11000101 1111010 11110001 10010 110001 0 101 100010110 1010001 1000111

Color Harmonies of #C57AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AF1

Black with #C57AF1

Text Example


Text Example

White with #C57AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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