Html Css Color HEX #C574F5 Heliotrope

📋 copy color: '#C574F5'

red 197 ◦ green 116 ◦ blue 245

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

Shades of Heliotrope #C574F5

Tints of Heliotrope #C574F5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.79%

 BLUE value IS 245 (96.09% from 255) = 43.91%

R = 35.3%
G = 20.79%
B = 43.91%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C574F5 (or 0xC574F5) is known color: Heliotrope. HEX triplet: C5, 74 and F5. RGB value is (197,116,245). Sum of RGB (Red+Green+Blue) = 197+116+245=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #C574F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574F5 is #3A8B0A. Grayscale: #9A9A9A. Windows color (decimal): -3836683 or 16086213. OLE color: 16086213.

HSL color Cylindrical-coordinate representation of color #C574F5: hue angle of 277.67º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C574F5 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 116 245 -
CMYK 0.20 0.53 0 0.04
HSL 277.67º 0.87% 0.71% -
HSV(B) 277.67º 0.53% 0.96% -
XYZ 45.75 30.95 89.95 -
YUV 154.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 197 116 245 0.20 0.53 0 0.04 277.67 0.87 0.71
Hex C5 74 F5 14 35 0 4 116 57 47
Octal 305 164 365 24 65 0 4 426 127 107
Binary 11000101 1110100 11110101 10100 110101 0 100 100010110 1010111 1000111

Color Harmonies of #C574F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574F5

Black with #C574F5

Text Example


Text Example

White with #C574F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574F5; }

 p { color: rgb(197,116,245); }

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

background-color css

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

 a { background-color: rgb(197,116,245); }

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

border-color css

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

 span { border-color: rgb(197,116,245); }

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