Html Css Color HEX #C57EFA Heliotrope

📋 copy color: '#C57EFA'

red 197 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #C57EFA

Tints of Heliotrope #C57EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.99%

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

R = 34.38%
G = 21.99%
B = 43.63%

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

#C57EFA (or 0xC57EFA) is known color: Heliotrope. HEX triplet: C5, 7E and FA. RGB value is (197,126,250). Sum of RGB (Red+Green+Blue) = 197+126+250=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #C57EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57EFA is #3A8105. Grayscale: #A0A0A0. Windows color (decimal): -3834118 or 16416453. OLE color: 16416453.

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

Color convert

RGB 197 126 250 -
CMYK 0.21 0.50 0 0.02
HSL 274.35º 0.93% 0.74% -
HSV(B) 274.35º 0.5% 0.98% -
XYZ 47.74 33.69 94.43 -
YUV 161.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 197 126 250 0.21 0.50 0 0.02 274.35 0.93 0.74
Hex C5 7E FA 15 32 0 2 112 5D 4A
Octal 305 176 372 25 62 0 2 422 135 112
Binary 11000101 1111110 11111010 10101 110010 0 10 100010010 1011101 1001010

Color Harmonies of #C57EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57EFA

Black with #C57EFA

Text Example


Text Example

White with #C57EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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