#C971FF

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

Shades of Heliotrope #C971FF

Tints of Heliotrope #C971FF

Color information

#C971FF (or 0xC971FF) is unknown color: approx Heliotrope. HEX triplet: C9, 71 and FF. RGB value is (201,113,255). Sum of RGB (Red+Green+Blue) = 201+113+255=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #C971FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971FF is #368E00. Grayscale: #9B9B9B. Windows color (decimal): -3575297 or 16740809. OLE color: 16740809.

HSL color Cylindrical-coordinate representation of color #C971FF: hue angle of 277.18º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C971FF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201113255-
CMYK0.210.5600
HSL277.18º100%72.16%-
HSV(B)277.18º55.69%100%-
XYZ48.0431.4598.15-
YUV155.5184.15160.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 113 (44.53% from 255) = 19.86%
BLUE value IS 255 (100% from 255) = 44.82%
R=35.33%
G=19.86%
B=44.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011132550.210.5600277.1810072.16
HexC971FF1538001156448
Octal311161377257000425144110
Binary11001001111000111111111101011110000010001010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971FF; }

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

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

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

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

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

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

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

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