Html Css Color HEX #C57AFA Heliotrope

📋 copy color: '#C57AFA'

red 197 ◦ green 122 ◦ blue 250

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

Shades of Heliotrope #C57AFA

Tints of Heliotrope #C57AFA

RGB

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

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

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

R = 34.62%
G = 21.44%
B = 43.94%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C57AFA (or 0xC57AFA) is known color: Heliotrope. HEX triplet: C5, 7A and FA. RGB value is (197,122,250). Sum of RGB (Red+Green+Blue) = 197+122+250=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #C57AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AFA is #3A8505. Grayscale: #9E9E9E. Windows color (decimal): -3835142 or 16415429. OLE color: 16415429.

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

Color convert

RGB 197 122 250 -
CMYK 0.21 0.51 0 0.02
HSL 275.16º 0.93% 0.73% -
HSV(B) 275.16º 0.51% 0.98% -
XYZ 47.24 32.69 94.26 -
YUV 159.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 197 122 250 0.21 0.51 0 0.02 275.16 0.93 0.73
Hex C5 7A FA 15 33 0 2 113 5D 49
Octal 305 172 372 25 63 0 2 423 135 111
Binary 11000101 1111010 11111010 10101 110011 0 10 100010011 1011101 1001001

Color Harmonies of #C57AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AFA

Black with #C57AFA

Text Example


Text Example

White with #C57AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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