#C984FC

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

Shades of Heliotrope #C984FC

Tints of Heliotrope #C984FC

Color information

#C984FC (or 0xC984FC) is unknown color: approx Heliotrope. HEX triplet: C9, 84 and FC. RGB value is (201,132,252). Sum of RGB (Red+Green+Blue) = 201+132+252=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #C984FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984FC is #367B03. Grayscale: #A5A5A5. Windows color (decimal): -3570436 or 16549065. OLE color: 16549065.

HSL color Cylindrical-coordinate representation of color #C984FC: hue angle of 274.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C984FC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201132252-
CMYK0.200.4800.01
HSL274.5º95.24%75.29%-
HSV(B)274.5º47.62%98.82%-
XYZ49.9135.9596.4-
YUV166.31176.36152.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 132 (51.95% from 255) = 22.56%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=34.36%
G=22.56%
B=43.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011322520.200.4800.01274.595.2475.29
HexC984FC1430011125f4b
Octal311204374246001422137113
Binary110010011000010011111100101001100000110001001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984FC; }

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

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

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

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

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

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

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

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