#C974F3

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

Shades of Heliotrope #C974F3

Tints of Heliotrope #C974F3

Color information

#C974F3 (or 0xC974F3) is unknown color: approx Heliotrope. HEX triplet: C9, 74 and F3. RGB value is (201,116,243). Sum of RGB (Red+Green+Blue) = 201+116+243=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #C974F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974F3 is #368B0C. Grayscale: #9B9B9B. Windows color (decimal): -3574541 or 15955145. OLE color: 15955145.

HSL color Cylindrical-coordinate representation of color #C974F3: hue angle of 280.16º degrees, saturation: 0.84, 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 #C974F3 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201116243-
CMYK0.170.5200.05
HSL280.16º84.11%70.39%-
HSV(B)280.16º52.26%95.29%-
XYZ46.5131.3888.4-
YUV155.89177.16160.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 116 (45.70% from 255) = 20.71%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=35.89%
G=20.71%
B=43.39%

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
Decimal2011162430.170.5200.05280.1684.1170.39
HexC974F31134051185446
Octal311164363216405430124106
Binary1100100111101001111001110001110100010110001100010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974F3; }

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

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

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

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

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

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

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

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