Html Css Color HEX #C861FE Heliotrope

📋 copy color: '#C861FE'

red 200 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #C861FE

Tints of Heliotrope #C861FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 36.3%
G = 17.6%
B = 46.1%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C861FE (or 0xC861FE) is known color: Heliotrope. HEX triplet: C8, 61 and FE. RGB value is (200,97,254). Sum of RGB (Red+Green+Blue) = 200+97+254=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #C861FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861FE is #379E01. Grayscale: #919191. Windows color (decimal): -3644930 or 16671176. OLE color: 16671176.

HSL color Cylindrical-coordinate representation of color #C861FE: hue angle of 279.36º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C861FE is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 97 254 -
CMYK 0.21 0.62 0 0.00
HSL 279.36º 0.99% 0.69% -
HSV(B) 279.36º 0.62% 1% -
XYZ 45.98 27.98 96.74 -
YUV 145.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 200 97 254 0.21 0.62 0 0.00 279.36 0.99 0.69
Hex C8 61 FE 15 3E 0 0 117 63 45
Octal 310 141 376 25 76 0 0 427 143 105
Binary 11001000 1100001 11111110 10101 111110 0 0 100010111 1100011 1000101

Color Harmonies of #C861FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861FE

Black with #C861FE

Text Example


Text Example

White with #C861FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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