#C86ADE

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

Shades of Medium Orchid #C86ADE

Tints of Medium Orchid #C86ADE

Color information

#C86ADE (or 0xC86ADE) is unknown color: approx Medium Orchid. HEX triplet: C8, 6A and DE. RGB value is (200,106,222). Sum of RGB (Red+Green+Blue) = 200+106+222=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C86ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ADE is #379521. Grayscale: #929292. Windows color (decimal): -3642658 or 14576328. OLE color: 14576328.

HSL color Cylindrical-coordinate representation of color #C86ADE: hue angle of 288.62º degrees, saturation: 0.64, 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 #C86ADE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200106222-
CMYK0.100.5200.13
HSL288.62º63.74%64.31%-
HSV(B)288.62º52.25%87.06%-
XYZ42.1627.8672.26-
YUV147.33170.14165.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=37.88%
G=20.08%
B=42.05%

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
Decimal2001062220.100.5200.13288.6263.7464.31
HexC86ADEA340D1214040
Octal3101523361264015441100100
Binary1100100011010101101111010101101000110110010000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ADE; }

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

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

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

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

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

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

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

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