#C984F6

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

Shades of Heliotrope #C984F6

Tints of Heliotrope #C984F6

Color information

#C984F6 (or 0xC984F6) is unknown color: approx Heliotrope. HEX triplet: C9, 84 and F6. RGB value is (201,132,246). Sum of RGB (Red+Green+Blue) = 201+132+246=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #C984F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984F6 is #367B09. Grayscale: #A5A5A5. Windows color (decimal): -3570442 or 16155849. OLE color: 16155849.

HSL color Cylindrical-coordinate representation of color #C984F6: hue angle of 276.32º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C984F6 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201132246-
CMYK0.180.4600.04
HSL276.32º86.36%74.12%-
HSV(B)276.32º46.34%96.47%-
XYZ48.9735.5791.47-
YUV165.63173.36153.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 132 (51.95% from 255) = 22.80%
BLUE value IS 246 (96.48% from 255) = 42.49%
R=34.72%
G=22.80%
B=42.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011322460.180.4600.04276.3286.3674.12
HexC984F6122E04114564a
Octal311204366225604424126112
Binary11001001100001001111011010010101110010010001010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984F6; }

 p { color: rgb(201,132,246); }

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

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

 a { background-color: rgb(201,132,246); }

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

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

 span { border-color: rgb(201,132,246); }

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