Html Css Color HEX #C57AEA Heliotrope

📋 copy color: '#C57AEA'

red 197 ◦ green 122 ◦ blue 234

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

Shades of Heliotrope #C57AEA

Tints of Heliotrope #C57AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 35.62%
G = 22.06%
B = 42.31%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C57AEA (or 0xC57AEA) is known color: Heliotrope. HEX triplet: C5, 7A and EA. RGB value is (197,122,234). Sum of RGB (Red+Green+Blue) = 197+122+234=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #C57AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AEA is #3A8515. Grayscale: #9C9C9C. Windows color (decimal): -3835158 or 15366853. OLE color: 15366853.

HSL color Cylindrical-coordinate representation of color #C57AEA: hue angle of 280.18º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57AEA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 122 234 -
CMYK 0.16 0.48 0 0.08
HSL 280.18º 0.73% 0.7% -
HSV(B) 280.18º 0.48% 0.92% -
XYZ 44.84 31.73 81.6 -
YUV 157.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 197 122 234 0.16 0.48 0 0.08 280.18 0.73 0.7
Hex C5 7A EA 10 30 0 8 118 49 46
Octal 305 172 352 20 60 0 10 430 111 106
Binary 11000101 1111010 11101010 10000 110000 0 1000 100011000 1001001 1000110

Color Harmonies of #C57AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AEA

Black with #C57AEA

Text Example


Text Example

White with #C57AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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