Html Css Color HEX #C57CFA Heliotrope

📋 copy color: '#C57CFA'

red 197 ◦ green 124 ◦ blue 250

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

Shades of Heliotrope #C57CFA

Tints of Heliotrope #C57CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 34.5%
G = 21.72%
B = 43.78%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C57CFA (or 0xC57CFA) is known color: Heliotrope. HEX triplet: C5, 7C and FA. RGB value is (197,124,250). Sum of RGB (Red+Green+Blue) = 197+124+250=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #C57CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CFA is #3A8305. Grayscale: #9F9F9F. Windows color (decimal): -3834630 or 16415941. OLE color: 16415941.

HSL color Cylindrical-coordinate representation of color #C57CFA: hue angle of 274.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57CFA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 124 250 -
CMYK 0.21 0.50 0 0.02
HSL 274.76º 0.93% 0.73% -
HSV(B) 274.76º 0.5% 0.98% -
XYZ 47.49 33.19 94.35 -
YUV 160.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 197 124 250 0.21 0.50 0 0.02 274.76 0.93 0.73
Hex C5 7C FA 15 32 0 2 113 5D 49
Octal 305 174 372 25 62 0 2 423 135 111
Binary 11000101 1111100 11111010 10101 110010 0 10 100010011 1011101 1001001

Color Harmonies of #C57CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CFA

Black with #C57CFA

Text Example


Text Example

White with #C57CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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