Html Css Color HEX #C86FFC Heliotrope

📋 copy color: '#C86FFC'

red 200 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #C86FFC

Tints of Heliotrope #C86FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.72%

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

R = 35.52%
G = 19.72%
B = 44.76%

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

#C86FFC (or 0xC86FFC) is known color: Heliotrope. HEX triplet: C8, 6F and FC. RGB value is (200,111,252). Sum of RGB (Red+Green+Blue) = 200+111+252=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #C86FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FFC is #379003. Grayscale: #999999. Windows color (decimal): -3641348 or 16543688. OLE color: 16543688.

HSL color Cylindrical-coordinate representation of color #C86FFC: hue angle of 277.87º 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 #C86FFC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 111 252 -
CMYK 0.21 0.56 0 0.01
HSL 277.87º 0.96% 0.71% -
HSV(B) 277.87º 0.56% 0.99% -
XYZ 47.07 30.68 95.54 -
YUV 153.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 200 111 252 0.21 0.56 0 0.01 277.87 0.96 0.71
Hex C8 6F FC 15 38 0 1 116 60 47
Octal 310 157 374 25 70 0 1 426 140 107
Binary 11001000 1101111 11111100 10101 111000 0 1 100010110 1100000 1000111

Color Harmonies of #C86FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FFC

Black with #C86FFC

Text Example


Text Example

White with #C86FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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