#C973FE

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

Shades of Heliotrope #C973FE

Tints of Heliotrope #C973FE

Color information

#C973FE (or 0xC973FE) is unknown color: approx Heliotrope. HEX triplet: C9, 73 and FE. RGB value is (201,115,254). Sum of RGB (Red+Green+Blue) = 201+115+254=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #C973FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973FE is #368C01. Grayscale: #9C9C9C. Windows color (decimal): -3574786 or 16675785. OLE color: 16675785.

HSL color Cylindrical-coordinate representation of color #C973FE: hue angle of 277.12º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C973FE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201115254-
CMYK0.210.5500.00
HSL277.12º98.58%72.35%-
HSV(B)277.12º54.72%99.61%-
XYZ48.1131.8397.38-
YUV156.56182.99159.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 115 (45.31% from 255) = 20.18%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=35.26%
G=20.18%
B=44.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011152540.210.5500.00277.1298.5872.35
HexC973FE1537001156348
Octal311163376256700425143110
Binary11001001111001111111110101011101110010001010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973FE; }

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

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

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

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

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

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

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

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