#c574ee

Color #C574EE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C574EE

Tints of Heliotrope #C574EE

Color information

#C574EE (or 0xC574EE) is unknown color: approx Heliotrope. HEX triplet: C5, 74 and EE. RGB value is (197,116,238). Sum of RGB (Red+Green+Blue) = 197+116+238=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #C574EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574EE is #3A8B11. Grayscale: #999999. Windows color (decimal): -3836690 or 15627461. OLE color: 15627461.

HSL color Cylindrical-coordinate representation of color #C574EE: hue angle of 279.84º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C574EE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197116238-
CMYK0.170.5100.07
HSL279.84º78.21%69.41%-
HSV(B)279.84º51.26%93.33%-
XYZ44.730.5384.43-
YUV154.13175.34158.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.75%
GREEN value IS 116 (45.70% from 255) = 21.05%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=35.75%
G=21.05%
B=43.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971162380.170.5100.07279.8478.2169.41
HexC574EE1133071184e45
Octal305164356216307430116105
Binary1100010111101001110111010001110011011110001100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c574ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c574ee; }

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

 H1.HeaderClassName
 {
   color: #c574ee;
 }
 .AnyTagClassName
 {
   color: #c574ee;
 }
</style>
background-color css

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

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

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

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

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

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