#C971EB

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

Shades of Heliotrope #C971EB

Tints of Heliotrope #C971EB

Color information

#C971EB (or 0xC971EB) is unknown color: approx Heliotrope. HEX triplet: C9, 71 and EB. RGB value is (201,113,235). Sum of RGB (Red+Green+Blue) = 201+113+235=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #C971EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971EB is #368E14. Grayscale: #989898. Windows color (decimal): -3575317 or 15430089. OLE color: 15430089.

HSL color Cylindrical-coordinate representation of color #C971EB: hue angle of 283.28º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C971EB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201113235-
CMYK0.140.5200.08
HSL283.28º75.31%68.24%-
HSV(B)283.28º51.91%92.16%-
XYZ44.9930.2382.06-
YUV153.22174.15162.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 113 (44.53% from 255) = 20.58%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=36.61%
G=20.58%
B=42.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011132350.140.5200.08283.2875.3168.24
HexC971EBE340811b4b44
Octal3111613531664010433113104
Binary1100100111100011110101111101101000100010001101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971EB; }

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

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

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

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

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

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

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

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