Html Css Color HEX #C86CFA Heliotrope

📋 copy color: '#C86CFA'

red 200 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #C86CFA

Tints of Heliotrope #C86CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.35%

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 35.84%
G = 19.35%
B = 44.8%

CMYK

 C value IS 0.2

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C86CFA (or 0xC86CFA) is known color: Heliotrope. HEX triplet: C8, 6C and FA. RGB value is (200,108,250). Sum of RGB (Red+Green+Blue) = 200+108+250=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C86CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86CFA is #379305. Grayscale: #979797. Windows color (decimal): -3642118 or 16411848. OLE color: 16411848.

HSL color Cylindrical-coordinate representation of color #C86CFA: hue angle of 278.87º degrees, saturation: 0.93, 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 #C86CFA is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 108 250 -
CMYK 0.2 0.57 0 0.02
HSL 278.87º 0.93% 0.7% -
HSV(B) 278.87º 0.57% 0.98% -
XYZ 46.44 29.91 93.77 -
YUV 151.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 200 108 250 0.2 0.57 0 0.02 278.87 0.93 0.7
Hex C8 6C FA 14 39 0 2 117 5D 46
Octal 310 154 372 24 71 0 2 427 135 106
Binary 11001000 1101100 11111010 10100 111001 0 10 100010111 1011101 1000110

Color Harmonies of #C86CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CFA

Black with #C86CFA

Text Example


Text Example

White with #C86CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CFA; }

 p { color: rgb(200,108,250); }

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

background-color css

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

 a { background-color: rgb(200,108,250); }

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

border-color css

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

 span { border-color: rgb(200,108,250); }

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