Html Css Color HEX #C86FFE Heliotrope

📋 copy color: '#C86FFE'

red 200 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #C86FFE

Tints of Heliotrope #C86FFE

RGB

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

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

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

R = 35.4%
G = 19.65%
B = 44.96%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C86FFE (or 0xC86FFE) is known color: Heliotrope. HEX triplet: C8, 6F and FE. RGB value is (200,111,254). Sum of RGB (Red+Green+Blue) = 200+111+254=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #C86FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FFE is #379001. Grayscale: #999999. Windows color (decimal): -3641346 or 16674760. OLE color: 16674760.

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

Color convert

RGB 200 111 254 -
CMYK 0.21 0.56 0 0.00
HSL 277.34º 0.99% 0.72% -
HSV(B) 277.34º 0.56% 1% -
XYZ 47.39 30.8 97.21 -
YUV 153.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 200 111 254 0.21 0.56 0 0.00 277.34 0.99 0.72
Hex C8 6F FE 15 38 0 0 115 63 48
Octal 310 157 376 25 70 0 0 425 143 110
Binary 11001000 1101111 11111110 10101 111000 0 0 100010101 1100011 1001000

Color Harmonies of #C86FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FFE

Black with #C86FFE

Text Example


Text Example

White with #C86FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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