#C86DF7

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

Shades of Heliotrope #C86DF7

Tints of Heliotrope #C86DF7

Color information

#C86DF7 (or 0xC86DF7) is unknown color: approx Heliotrope. HEX triplet: C8, 6D and F7. RGB value is (200,109,247). Sum of RGB (Red+Green+Blue) = 200+109+247=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #C86DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DF7 is #379208. Grayscale: #979797. Windows color (decimal): -3641865 or 16215496. OLE color: 16215496.

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

Color convert

RGB200109247-
CMYK0.190.5600.03
HSL279.57º89.61%69.8%-
HSV(B)279.57º55.87%96.86%-
XYZ46.0829.9391.34-
YUV151.94181.65162.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 109 (42.97% from 255) = 19.60%
BLUE value IS 247 (96.88% from 255) = 44.42%
R=35.97%
G=19.60%
B=44.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001092470.190.5600.03279.5789.6169.8
HexC86DF71338031185a46
Octal310155367237003430132106
Binary110010001101101111101111001111100001110001100010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DF7; }

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

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

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

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

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

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

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

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