#c972f1

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

Shades of Heliotrope #C972F1

Tints of Heliotrope #C972F1

Color information

#C972F1 (or 0xC972F1) is unknown color: approx Heliotrope. HEX triplet: C9, 72 and F1. RGB value is (201,114,241). Sum of RGB (Red+Green+Blue) = 201+114+241=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #C972F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972F1 is #368D0E. Grayscale: #9A9A9A. Windows color (decimal): -3575055 or 15823561. OLE color: 15823561.

HSL color Cylindrical-coordinate representation of color #C972F1: hue angle of 281.1º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C972F1 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201114241-
CMYK0.170.5300.05
HSL281.1º81.94%69.61%-
HSV(B)281.1º52.7%94.51%-
XYZ45.9830.886.74-
YUV154.49176.82161.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=36.15%
G=20.50%
B=43.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011142410.170.5300.05281.181.9469.61
HexC972F11135051195246
Octal311162361216505431122106
Binary1100100111100101111000110001110101010110001100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c972f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c972f1; }

 p { color: rgb(201,114,241); }

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

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

 a { background-color: rgb(201,114,241); }

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

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

 span { border-color: rgb(201,114,241); }

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