Html Css Color HEX #C574EF Heliotrope

📋 copy color: '#C574EF'

red 197 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #C574EF

Tints of Heliotrope #C574EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 35.69%
G = 21.01%
B = 43.3%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C574EF (or 0xC574EF) is known color: Heliotrope. HEX triplet: C5, 74 and EF. RGB value is (197,116,239). Sum of RGB (Red+Green+Blue) = 197+116+239=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #C574EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574EF is #3A8B10. Grayscale: #999999. Windows color (decimal): -3836689 or 15692997. OLE color: 15692997.

HSL color Cylindrical-coordinate representation of color #C574EF: hue angle of 279.51º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C574EF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 116 239 -
CMYK 0.18 0.51 0 0.06
HSL 279.51º 0.79% 0.7% -
HSV(B) 279.51º 0.51% 0.94% -
XYZ 44.85 30.59 85.2 -
YUV 154.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 197 116 239 0.18 0.51 0 0.06 279.51 0.79 0.7
Hex C5 74 EF 12 33 0 6 118 4F 46
Octal 305 164 357 22 63 0 6 430 117 106
Binary 11000101 1110100 11101111 10010 110011 0 110 100011000 1001111 1000110

Color Harmonies of #C574EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574EF

Black with #C574EF

Text Example


Text Example

White with #C574EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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