#C971FD

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

Shades of Heliotrope #C971FD

Tints of Heliotrope #C971FD

Color information

#C971FD (or 0xC971FD) is unknown color: approx Heliotrope. HEX triplet: C9, 71 and FD. RGB value is (201,113,253). Sum of RGB (Red+Green+Blue) = 201+113+253=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C971FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971FD is #368E02. Grayscale: #9A9A9A. Windows color (decimal): -3575299 or 16609737. OLE color: 16609737.

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

Color convert

RGB201113253-
CMYK0.210.5500.01
HSL277.71º97.22%71.76%-
HSV(B)277.71º55.34%99.22%-
XYZ47.7231.3296.46-
YUV155.27183.15160.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.45%
GREEN value IS 113 (44.53% from 255) = 19.93%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=35.45%
G=19.93%
B=44.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011132530.210.5500.01277.7197.2271.76
HexC971FD1537011166148
Octal311161375256701426141110
Binary11001001111000111111101101011101110110001011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971FD; }

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

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

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

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

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

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

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

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