#c860f8

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

Shades of Heliotrope #C860F8

Tints of Heliotrope #C860F8

Color information

#C860F8 (or 0xC860F8) is unknown color: approx Heliotrope. HEX triplet: C8, 60 and F8. RGB value is (200,96,248). Sum of RGB (Red+Green+Blue) = 200+96+248=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #C860F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C860F8 is #379F07. Grayscale: #8F8F8F. Windows color (decimal): -3645192 or 16277704. OLE color: 16277704.

HSL color Cylindrical-coordinate representation of color #C860F8: hue angle of 281.05º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C860F8 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20096248-
CMYK0.190.6100.03
HSL281.05º91.57%67.45%-
HSV(B)281.05º61.29%97.25%-
XYZ44.9527.4291.73-
YUV144.42186.46167.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 96 (37.89% from 255) = 17.65%
BLUE value IS 248 (97.27% from 255) = 45.59%
R=36.76%
G=17.65%
B=45.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal200962480.190.6100.03281.0591.5767.45
HexC860F8133D031195c43
Octal310140370237503431134103
Binary110010001100000111110001001111110101110001100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c860f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c860f8; }

 p { color: rgb(200,96,248); }

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

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

 a { background-color: rgb(200,96,248); }

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

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

 span { border-color: rgb(200,96,248); }

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