#C86BEE

Color #C86BEE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C86BEE

Tints of Heliotrope #C86BEE

Color information

#C86BEE (or 0xC86BEE) is unknown color: approx Heliotrope. HEX triplet: C8, 6B and EE. RGB value is (200,107,238). Sum of RGB (Red+Green+Blue) = 200+107+238=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #C86BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BEE is #379411. Grayscale: #959595. Windows color (decimal): -3642386 or 15625160. OLE color: 15625160.

HSL color Cylindrical-coordinate representation of color #C86BEE: hue angle of 282.6º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86BEE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200107238-
CMYK0.160.5500.07
HSL282.6º79.39%67.65%-
HSV(B)282.6º55.04%93.33%-
XYZ44.5128.9784.13-
YUV149.74177.81163.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 107 (42.19% from 255) = 19.63%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=36.70%
G=19.63%
B=43.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001072380.160.5500.07282.679.3967.65
HexC86BEE10370711b4f44
Octal310153356206707433117104
Binary1100100011010111110111010000110111011110001101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86BEE; }

 p { color: rgb(200,107,238); }

 H1.HeaderClassName
 {
   color: #C86BEE;
 }
 .AnyTagClassName
 {
   color: #C86BEE;
 }
</style>
background-color css

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

 a { background-color: rgb(200,107,238); }

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

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

 span { border-color: rgb(200,107,238); }

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