Html Css Color HEX #C86EFC Heliotrope

📋 copy color: '#C86EFC'

red 200 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #C86EFC

Tints of Heliotrope #C86EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.57%

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 35.59%
G = 19.57%
B = 44.84%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C86EFC (or 0xC86EFC) is known color: Heliotrope. HEX triplet: C8, 6E and FC. RGB value is (200,110,252). Sum of RGB (Red+Green+Blue) = 200+110+252=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #C86EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EFC is #379103. Grayscale: #989898. Windows color (decimal): -3641604 or 16543432. OLE color: 16543432.

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

Color convert

RGB 200 110 252 -
CMYK 0.21 0.56 0 0.01
HSL 278.03º 0.96% 0.71% -
HSV(B) 278.03º 0.56% 0.99% -
XYZ 46.97 30.46 95.5 -
YUV 153.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 200 110 252 0.21 0.56 0 0.01 278.03 0.96 0.71
Hex C8 6E FC 15 38 0 1 116 60 47
Octal 310 156 374 25 70 0 1 426 140 107
Binary 11001000 1101110 11111100 10101 111000 0 1 100010110 1100000 1000111

Color Harmonies of #C86EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EFC

Black with #C86EFC

Text Example


Text Example

White with #C86EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EFC; }

 p { color: rgb(200,110,252); }

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

background-color css

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

 a { background-color: rgb(200,110,252); }

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

border-color css

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

 span { border-color: rgb(200,110,252); }

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