#C973F8

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

Shades of Heliotrope #C973F8

Tints of Heliotrope #C973F8

Color information

#C973F8 (or 0xC973F8) is unknown color: approx Heliotrope. HEX triplet: C9, 73 and F8. RGB value is (201,115,248). Sum of RGB (Red+Green+Blue) = 201+115+248=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #C973F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973F8 is #368C07. Grayscale: #9B9B9B. Windows color (decimal): -3574792 or 16282569. OLE color: 16282569.

HSL color Cylindrical-coordinate representation of color #C973F8: hue angle of 278.8º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C973F8 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB201115248-
CMYK0.190.5400.03
HSL278.8º90.48%71.18%-
HSV(B)278.8º53.63%97.25%-
XYZ47.1631.4692.39-
YUV155.88179.99160.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 115 (45.31% from 255) = 20.39%
BLUE value IS 248 (97.27% from 255) = 43.97%
R=35.64%
G=20.39%
B=43.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2011152480.190.5400.03278.890.4871.18
HexC973F81336031175a47
Octal311163370236603427132107
Binary110010011110011111110001001111011001110001011110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973F8; }

 p { color: rgb(201,115,248); }

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

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

 a { background-color: rgb(201,115,248); }

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

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

 span { border-color: rgb(201,115,248); }

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