Html Css Color HEX #C86AF9 Heliotrope

📋 copy color: '#C86AF9'

red 200 ◦ green 106 ◦ blue 249

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

Shades of Heliotrope #C86AF9

Tints of Heliotrope #C86AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.1%

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 36.04%
G = 19.1%
B = 44.86%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C86AF9 (or 0xC86AF9) is known color: Heliotrope. HEX triplet: C8, 6A and F9. RGB value is (200,106,249). Sum of RGB (Red+Green+Blue) = 200+106+249=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #C86AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AF9 is #379506. Grayscale: #959595. Windows color (decimal): -3642631 or 16345800. OLE color: 16345800.

HSL color Cylindrical-coordinate representation of color #C86AF9: hue angle of 279.44º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C86AF9 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 106 249 -
CMYK 0.20 0.57 0 0.02
HSL 279.44º 0.92% 0.7% -
HSV(B) 279.44º 0.57% 0.98% -
XYZ 46.07 29.43 92.87 -
YUV 150.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 200 106 249 0.20 0.57 0 0.02 279.44 0.92 0.7
Hex C8 6A F9 14 39 0 2 117 5C 46
Octal 310 152 371 24 71 0 2 427 134 106
Binary 11001000 1101010 11111001 10100 111001 0 10 100010111 1011100 1000110

Color Harmonies of #C86AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AF9

Black with #C86AF9

Text Example


Text Example

White with #C86AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AF9; }

 p { color: rgb(200,106,249); }

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

background-color css

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

 a { background-color: rgb(200,106,249); }

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

border-color css

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

 span { border-color: rgb(200,106,249); }

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