Html Css Color HEX #C86DF0 Heliotrope

📋 copy color: '#C86DF0'

red 200 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #C86DF0

Tints of Heliotrope #C86DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.72%

R = 36.43%
G = 19.85%
B = 43.72%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C86DF0 (or 0xC86DF0) is known color: Heliotrope. HEX triplet: C8, 6D and F0. RGB value is (200,109,240). Sum of RGB (Red+Green+Blue) = 200+109+240=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #C86DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DF0 is #37920F. Grayscale: #969696. Windows color (decimal): -3641872 or 15756744. OLE color: 15756744.

HSL color Cylindrical-coordinate representation of color #C86DF0: hue angle of 281.68º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86DF0 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 109 240 -
CMYK 0.17 0.55 0 0.06
HSL 281.68º 0.81% 0.68% -
HSV(B) 281.68º 0.55% 0.94% -
XYZ 45.02 29.51 85.76 -
YUV 151.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 200 109 240 0.17 0.55 0 0.06 281.68 0.81 0.68
Hex C8 6D F0 11 37 0 6 11A 51 44
Octal 310 155 360 21 67 0 6 432 121 104
Binary 11001000 1101101 11110000 10001 110111 0 110 100011010 1010001 1000100

Color Harmonies of #C86DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DF0

Black with #C86DF0

Text Example


Text Example

White with #C86DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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