Html Css Color HEX #C574EA Heliotrope

📋 copy color: '#C574EA'

red 197 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #C574EA

Tints of Heliotrope #C574EA

RGB

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

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

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

R = 36.01%
G = 21.21%
B = 42.78%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C574EA (or 0xC574EA) is known color: Heliotrope. HEX triplet: C5, 74 and EA. RGB value is (197,116,234). Sum of RGB (Red+Green+Blue) = 197+116+234=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #C574EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574EA is #3A8B15. Grayscale: #999999. Windows color (decimal): -3836694 or 15365317. OLE color: 15365317.

HSL color Cylindrical-coordinate representation of color #C574EA: hue angle of 281.19º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C574EA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 116 234 -
CMYK 0.16 0.50 0 0.08
HSL 281.19º 0.74% 0.69% -
HSV(B) 281.19º 0.5% 0.92% -
XYZ 44.12 30.3 81.37 -
YUV 153.67 173.34 158.91 -
System Red Green Blue C M Y K H S L
Decimal 197 116 234 0.16 0.50 0 0.08 281.19 0.74 0.69
Hex C5 74 EA 10 32 0 8 119 4A 45
Octal 305 164 352 20 62 0 10 431 112 105
Binary 11000101 1110100 11101010 10000 110010 0 1000 100011001 1001010 1000101

Color Harmonies of #C574EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574EA

Black with #C574EA

Text Example


Text Example

White with #C574EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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