#C984FD

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

Shades of Heliotrope #C984FD

Tints of Heliotrope #C984FD

Color information

#C984FD (or 0xC984FD) is unknown color: approx Heliotrope. HEX triplet: C9, 84 and FD. RGB value is (201,132,253). Sum of RGB (Red+Green+Blue) = 201+132+253=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #C984FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984FD is #367B02. Grayscale: #A6A6A6. Windows color (decimal): -3570435 or 16614601. OLE color: 16614601.

HSL color Cylindrical-coordinate representation of color #C984FD: hue angle of 274.21º degrees, saturation: 0.97, 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 #C984FD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201132253-
CMYK0.210.4800.01
HSL274.21º96.8%75.49%-
HSV(B)274.21º47.83%99.22%-
XYZ50.0736.0197.24-
YUV166.42176.86152.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 132 (51.95% from 255) = 22.53%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=34.30%
G=22.53%
B=43.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011322530.210.4800.01274.2196.875.49
HexC984FD153001112614b
Octal311204375256001422141113
Binary110010011000010011111101101011100000110001001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984FD; }

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

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

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

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

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

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

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

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