#C86BF7

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

Shades of Heliotrope #C86BF7

Tints of Heliotrope #C86BF7

Color information

#C86BF7 (or 0xC86BF7) is unknown color: approx Heliotrope. HEX triplet: C8, 6B and F7. RGB value is (200,107,247). Sum of RGB (Red+Green+Blue) = 200+107+247=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #C86BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BF7 is #379408. Grayscale: #969696. Windows color (decimal): -3642377 or 16214984. OLE color: 16214984.

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

Color convert

RGB200107247-
CMYK0.190.5700.03
HSL279.86º89.74%69.41%-
HSV(B)279.86º56.68%96.86%-
XYZ45.8729.5191.27-
YUV150.77182.31163.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.10%
GREEN value IS 107 (42.19% from 255) = 19.31%
BLUE value IS 247 (96.88% from 255) = 44.58%
R=36.10%
G=19.31%
B=44.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001072470.190.5700.03279.8689.7469.41
HexC86BF71339031185a45
Octal310153367237103430132105
Binary110010001101011111101111001111100101110001100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86BF7; }

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

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

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

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

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

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

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

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