#C971F1

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

Shades of Heliotrope #C971F1

Tints of Heliotrope #C971F1

Color information

#C971F1 (or 0xC971F1) is unknown color: approx Heliotrope. HEX triplet: C9, 71 and F1. RGB value is (201,113,241). Sum of RGB (Red+Green+Blue) = 201+113+241=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #C971F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971F1 is #368E0E. Grayscale: #999999. Windows color (decimal): -3575311 or 15823305. OLE color: 15823305.

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

Color convert

RGB201113241-
CMYK0.170.5300.05
HSL281.25º82.05%69.41%-
HSV(B)281.25º53.11%94.51%-
XYZ45.8730.5886.7-
YUV153.9177.15161.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 113 (44.53% from 255) = 20.36%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=36.22%
G=20.36%
B=43.42%

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
Decimal2011132410.170.5300.05281.2582.0569.41
HexC971F11135051195245
Octal311161361216505431122105
Binary1100100111100011111000110001110101010110001100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971F1; }

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

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

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

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

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

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

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

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