Html Css Color HEX #C57CF0 Heliotrope

📋 copy color: '#C57CF0'

red 197 ◦ green 124 ◦ blue 240

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

Shades of Heliotrope #C57CF0

Tints of Heliotrope #C57CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 35.12%
G = 22.1%
B = 42.78%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C57CF0 (or 0xC57CF0) is known color: Heliotrope. HEX triplet: C5, 7C and F0. RGB value is (197,124,240). Sum of RGB (Red+Green+Blue) = 197+124+240=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #C57CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CF0 is #3A830F. Grayscale: #9E9E9E. Windows color (decimal): -3834640 or 15760581. OLE color: 15760581.

HSL color Cylindrical-coordinate representation of color #C57CF0: hue angle of 277.76º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57CF0 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 124 240 -
CMYK 0.18 0.48 0 0.06
HSL 277.76º 0.79% 0.71% -
HSV(B) 277.76º 0.48% 0.94% -
XYZ 45.96 32.58 86.3 -
YUV 159.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 197 124 240 0.18 0.48 0 0.06 277.76 0.79 0.71
Hex C5 7C F0 12 30 0 6 116 4F 47
Octal 305 174 360 22 60 0 6 426 117 107
Binary 11000101 1111100 11110000 10010 110000 0 110 100010110 1001111 1000111

Color Harmonies of #C57CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CF0

Black with #C57CF0

Text Example


Text Example

White with #C57CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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