#C86ADD

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

Shades of Medium Orchid #C86ADD

Tints of Medium Orchid #C86ADD

Color information

#C86ADD (or 0xC86ADD) is unknown color: approx Medium Orchid. HEX triplet: C8, 6A and DD. RGB value is (200,106,221). Sum of RGB (Red+Green+Blue) = 200+106+221=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C86ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ADD is #379522. Grayscale: #929292. Windows color (decimal): -3642659 or 14510792. OLE color: 14510792.

HSL color Cylindrical-coordinate representation of color #C86ADD: hue angle of 289.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86ADD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200106221-
CMYK0.100.5200.13
HSL289.04º62.84%64.12%-
HSV(B)289.04º52.04%86.67%-
XYZ42.0227.8171.56-
YUV147.22169.64165.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 106 (41.80% from 255) = 20.11%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=37.95%
G=20.11%
B=41.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001062210.100.5200.13289.0462.8464.12
HexC86ADDA340D1213f40
Octal310152335126401544177100
Binary110010001101010110111011010110100011011001000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ADD; }

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

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

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

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

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

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

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

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