#C574FD

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

Shades of Heliotrope #C574FD

Tints of Heliotrope #C574FD

Color information

#C574FD (or 0xC574FD) is unknown color: approx Heliotrope. HEX triplet: C5, 74 and FD. RGB value is (197,116,253). Sum of RGB (Red+Green+Blue) = 197+116+253=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #C574FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574FD is #3A8B02. Grayscale: #9B9B9B. Windows color (decimal): -3836675 or 16610501. OLE color: 16610501.

HSL color Cylindrical-coordinate representation of color #C574FD: hue angle of 275.47º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C574FD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197116253-
CMYK0.220.5400.01
HSL275.47º97.16%72.35%-
HSV(B)275.47º54.15%99.22%-
XYZ4731.4596.52-
YUV155.84182.84157.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 116 (45.70% from 255) = 20.49%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=34.81%
G=20.49%
B=44.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971162530.220.5400.01275.4797.1672.35
HexC574FD1636011136148
Octal305164375266601423141110
Binary11000101111010011111101101101101100110001001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C574FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C574FD; }

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

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

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

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

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

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

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

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