#C861F7

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

Shades of Heliotrope #C861F7

Tints of Heliotrope #C861F7

Color information

#C861F7 (or 0xC861F7) is unknown color: approx Heliotrope. HEX triplet: C8, 61 and F7. RGB value is (200,97,247). Sum of RGB (Red+Green+Blue) = 200+97+247=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #C861F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861F7 is #379E08. Grayscale: #909090. Windows color (decimal): -3644937 or 16212424. OLE color: 16212424.

HSL color Cylindrical-coordinate representation of color #C861F7: hue angle of 281.2º degrees, saturation: 0.9, 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 #C861F7 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20097247-
CMYK0.190.6100.03
HSL281.2º90.36%67.45%-
HSV(B)281.2º60.73%96.86%-
XYZ44.8827.5490.95-
YUV144.9185.62167.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 97 (38.28% from 255) = 17.83%
BLUE value IS 247 (96.88% from 255) = 45.40%
R=36.76%
G=17.83%
B=45.40%

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
Decimal200972470.190.6100.03281.290.3667.45
HexC861F7133D031195a43
Octal310141367237503431132103
Binary110010001100001111101111001111110101110001100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861F7; }

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

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

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

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

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

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

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

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