Html Css Color HEX #C86AEF Heliotrope

📋 copy color: '#C86AEF'

red 200 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #C86AEF

Tints of Heliotrope #C86AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 36.7%
G = 19.45%
B = 43.85%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C86AEF (or 0xC86AEF) is known color: Heliotrope. HEX triplet: C8, 6A and EF. RGB value is (200,106,239). Sum of RGB (Red+Green+Blue) = 200+106+239=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #C86AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86AEF is #379510. Grayscale: #949494. Windows color (decimal): -3642641 or 15690440. OLE color: 15690440.

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

Color convert

RGB 200 106 239 -
CMYK 0.16 0.56 0 0.06
HSL 282.41º 0.81% 0.68% -
HSV(B) 282.41º 0.56% 0.94% -
XYZ 44.55 28.82 84.88 -
YUV 149.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 200 106 239 0.16 0.56 0 0.06 282.41 0.81 0.68
Hex C8 6A EF 10 38 0 6 11A 51 44
Octal 310 152 357 20 70 0 6 432 121 104
Binary 11001000 1101010 11101111 10000 111000 0 110 100011010 1010001 1000100

Color Harmonies of #C86AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AEF

Black with #C86AEF

Text Example


Text Example

White with #C86AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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