Html Css Color HEX #C861F1 Heliotrope

📋 copy color: '#C861F1'

red 200 ◦ green 97 ◦ blue 241

#C861F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C861F1

Tints of Heliotrope #C861F1

RGB

 RED value IS 200 (78.52% from 255) = 37.17%

 GREEN value IS 97 (38.28% from 255) = 18.03%

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 37.17%
G = 18.03%
B = 44.8%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C861F1 (or 0xC861F1) is known color: Heliotrope. HEX triplet: C8, 61 and F1. RGB value is (200,97,241). Sum of RGB (Red+Green+Blue) = 200+97+241=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #C861F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861F1 is #379E0E. Grayscale: #8F8F8F. Windows color (decimal): -3644943 or 15819208. OLE color: 15819208.

HSL color Cylindrical-coordinate representation of color #C861F1: hue angle of 282.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C861F1 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 97 241 -
CMYK 0.17 0.60 0 0.05
HSL 282.92º 0.84% 0.66% -
HSV(B) 282.92º 0.6% 0.95% -
XYZ 43.97 27.18 86.15 -
YUV 144.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 200 97 241 0.17 0.60 0 0.05 282.92 0.84 0.66
Hex C8 61 F1 11 3C 0 5 11B 54 42
Octal 310 141 361 21 74 0 5 433 124 102
Binary 11001000 1100001 11110001 10001 111100 0 101 100011011 1010100 1000010

Color Harmonies of #C861F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861F1

Black with #C861F1

Text Example


Text Example

White with #C861F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861F1; }

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

 H1.HeaderClassName
 {
   color: #C861F1;
 }
 .AnyTagClassName
 {
   color: #C861F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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