#C856FA

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

Shades of Heliotrope #C856FA

Tints of Heliotrope #C856FA

Color information

#C856FA (or 0xC856FA) is unknown color: approx Heliotrope. HEX triplet: C8, 56 and FA. RGB value is (200,86,250). Sum of RGB (Red+Green+Blue) = 200+86+250=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #C856FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C856FA is #37A905. Grayscale: #8A8A8A. Windows color (decimal): -3647750 or 16406216. OLE color: 16406216.

HSL color Cylindrical-coordinate representation of color #C856FA: hue angle of 281.71º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C856FA is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20086250-
CMYK0.20.6600.02
HSL281.71º94.25%65.88%-
HSV(B)281.71º65.6%98.04%-
XYZ44.425.8493.09-
YUV138.78190.77171.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 86 (33.98% from 255) = 16.04%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=37.31%
G=16.04%
B=46.64%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200862500.20.6600.02281.7194.2565.88
HexC856FA14420211a5e42
Octal3101263722410202432136102
Binary1100100010101101111101010100100001001010001101010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C856FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C856FA; }

 p { color: rgb(200,86,250); }

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

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

 a { background-color: rgb(200,86,250); }

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

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

 span { border-color: rgb(200,86,250); }

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