Html Css Color HEX #C86DF1 Heliotrope

📋 copy color: '#C86DF1'

red 200 ◦ green 109 ◦ blue 241

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

Shades of Heliotrope #C86DF1

Tints of Heliotrope #C86DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.82%

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

R = 36.36%
G = 19.82%
B = 43.82%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C86DF1 (or 0xC86DF1) is known color: Heliotrope. HEX triplet: C8, 6D and F1. RGB value is (200,109,241). Sum of RGB (Red+Green+Blue) = 200+109+241=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #C86DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DF1 is #37920E. Grayscale: #969696. Windows color (decimal): -3641871 or 15822280. OLE color: 15822280.

HSL color Cylindrical-coordinate representation of color #C86DF1: hue angle of 281.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86DF1 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 109 241 -
CMYK 0.17 0.55 0 0.05
HSL 281.36º 0.83% 0.69% -
HSV(B) 281.36º 0.55% 0.95% -
XYZ 45.17 29.57 86.55 -
YUV 151.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 200 109 241 0.17 0.55 0 0.05 281.36 0.83 0.69
Hex C8 6D F1 11 37 0 5 119 52 45
Octal 310 155 361 21 67 0 5 431 122 105
Binary 11001000 1101101 11110001 10001 110111 0 101 100011001 1010010 1000101

Color Harmonies of #C86DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DF1

Black with #C86DF1

Text Example


Text Example

White with #C86DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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