#C86DFC

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

Shades of Heliotrope #C86DFC

Tints of Heliotrope #C86DFC

Color information

#C86DFC (or 0xC86DFC) is unknown color: approx Heliotrope. HEX triplet: C8, 6D and FC. RGB value is (200,109,252). Sum of RGB (Red+Green+Blue) = 200+109+252=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #C86DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DFC is #379203. Grayscale: #989898. Windows color (decimal): -3641860 or 16543176. OLE color: 16543176.

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

Color convert

RGB200109252-
CMYK0.210.5700.01
HSL278.18º95.97%70.78%-
HSV(B)278.18º56.75%98.82%-
XYZ46.8630.2495.46-
YUV152.51184.15161.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 109 (42.97% from 255) = 19.43%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=35.65%
G=19.43%
B=44.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001092520.210.5700.01278.1895.9770.78
HexC86DFC1539011166047
Octal310155374257101426140107
Binary11001000110110111111100101011110010110001011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DFC; }

 p { color: rgb(200,109,252); }

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

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

 a { background-color: rgb(200,109,252); }

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

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

 span { border-color: rgb(200,109,252); }

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