#C984F7

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

Shades of Heliotrope #C984F7

Tints of Heliotrope #C984F7

Color information

#C984F7 (or 0xC984F7) is unknown color: approx Heliotrope. HEX triplet: C9, 84 and F7. RGB value is (201,132,247). Sum of RGB (Red+Green+Blue) = 201+132+247=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #C984F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984F7 is #367B08. Grayscale: #A5A5A5. Windows color (decimal): -3570441 or 16221385. OLE color: 16221385.

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

Color convert

RGB201132247-
CMYK0.190.4700.03
HSL276º87.79%74.31%-
HSV(B)276º46.56%96.86%-
XYZ49.1335.6492.28-
YUV165.74173.86153.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 132 (51.95% from 255) = 22.76%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=34.66%
G=22.76%
B=42.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2011322470.190.4700.0327687.7974.31
HexC984F7132F03114584a
Octal311204367235703424130112
Binary1100100110000100111101111001110111101110001010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984F7; }

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

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

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

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

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

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

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

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