Html Css Color HEX #C86AFE Heliotrope

📋 copy color: '#C86AFE'

red 200 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #C86AFE

Tints of Heliotrope #C86AFE

RGB

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

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

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

R = 35.71%
G = 18.93%
B = 45.36%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C86AFE (or 0xC86AFE) is known color: Heliotrope. HEX triplet: C8, 6A and FE. RGB value is (200,106,254). Sum of RGB (Red+Green+Blue) = 200+106+254=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #C86AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AFE is #379501. Grayscale: #969696. Windows color (decimal): -3642626 or 16673480. OLE color: 16673480.

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

Color convert

RGB 200 106 254 -
CMYK 0.21 0.58 0 0.00
HSL 278.11º 0.99% 0.71% -
HSV(B) 278.11º 0.58% 1% -
XYZ 46.86 29.74 97.04 -
YUV 150.98 186.14 162.97 -
System Red Green Blue C M Y K H S L
Decimal 200 106 254 0.21 0.58 0 0.00 278.11 0.99 0.71
Hex C8 6A FE 15 3A 0 0 116 63 47
Octal 310 152 376 25 72 0 0 426 143 107
Binary 11001000 1101010 11111110 10101 111010 0 0 100010110 1100011 1000111

Color Harmonies of #C86AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AFE

Black with #C86AFE

Text Example


Text Example

White with #C86AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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