#C974F1

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

Shades of Heliotrope #C974F1

Tints of Heliotrope #C974F1

Color information

#C974F1 (or 0xC974F1) is unknown color: approx Heliotrope. HEX triplet: C9, 74 and F1. RGB value is (201,116,241). Sum of RGB (Red+Green+Blue) = 201+116+241=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #C974F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974F1 is #368B0E. Grayscale: #9B9B9B. Windows color (decimal): -3574543 or 15824073. OLE color: 15824073.

HSL color Cylindrical-coordinate representation of color #C974F1: hue angle of 280.8º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C974F1 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201116241-
CMYK0.170.5200.05
HSL280.8º81.7%70%-
HSV(B)280.8º51.87%94.51%-
XYZ46.2131.2686.82-
YUV155.66176.16160.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 116 (45.70% from 255) = 20.79%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=36.02%
G=20.79%
B=43.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011162410.170.5200.05280.881.770
HexC974F11134051195246
Octal311164361216405431122106
Binary1100100111101001111000110001110100010110001100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974F1; }

 p { color: rgb(201,116,241); }

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

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

 a { background-color: rgb(201,116,241); }

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

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

 span { border-color: rgb(201,116,241); }

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