Html Css Color HEX #C57CFC Heliotrope

📋 copy color: '#C57CFC'

red 197 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #C57CFC

Tints of Heliotrope #C57CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 34.38%
G = 21.64%
B = 43.98%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C57CFC (or 0xC57CFC) is known color: Heliotrope. HEX triplet: C5, 7C and FC. RGB value is (197,124,252). Sum of RGB (Red+Green+Blue) = 197+124+252=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #C57CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CFC is #3A8303. Grayscale: #9F9F9F. Windows color (decimal): -3834628 or 16547013. OLE color: 16547013.

HSL color Cylindrical-coordinate representation of color #C57CFC: hue angle of 274.22º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C57CFC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 124 252 -
CMYK 0.22 0.51 0 0.01
HSL 274.22º 0.96% 0.74% -
HSV(B) 274.22º 0.51% 0.99% -
XYZ 47.8 33.31 96.01 -
YUV 160.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 197 124 252 0.22 0.51 0 0.01 274.22 0.96 0.74
Hex C5 7C FC 16 33 0 1 112 60 4A
Octal 305 174 374 26 63 0 1 422 140 112
Binary 11000101 1111100 11111100 10110 110011 0 1 100010010 1100000 1001010

Color Harmonies of #C57CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CFC

Black with #C57CFC

Text Example


Text Example

White with #C57CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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