Html Css Color HEX #C57AF2 Heliotrope

📋 copy color: '#C57AF2'

red 197 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #C57AF2

Tints of Heliotrope #C57AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.14%

R = 35.12%
G = 21.75%
B = 43.14%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C57AF2 (or 0xC57AF2) is known color: Heliotrope. HEX triplet: C5, 7A and F2. RGB value is (197,122,242). Sum of RGB (Red+Green+Blue) = 197+122+242=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #C57AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AF2 is #3A850D. Grayscale: #9D9D9D. Windows color (decimal): -3835150 or 15891141. OLE color: 15891141.

HSL color Cylindrical-coordinate representation of color #C57AF2: hue angle of 277.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57AF2 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 122 242 -
CMYK 0.19 0.50 0 0.05
HSL 277.5º 0.82% 0.71% -
HSV(B) 277.5º 0.5% 0.95% -
XYZ 46.01 32.2 87.79 -
YUV 158.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 197 122 242 0.19 0.50 0 0.05 277.5 0.82 0.71
Hex C5 7A F2 13 32 0 5 116 52 47
Octal 305 172 362 23 62 0 5 426 122 107
Binary 11000101 1111010 11110010 10011 110010 0 101 100010110 1010010 1000111

Color Harmonies of #C57AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AF2

Black with #C57AF2

Text Example


Text Example

White with #C57AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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