#C855EC

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

Shades of Medium Orchid #C855EC

Tints of Medium Orchid #C855EC

Color information

#C855EC (or 0xC855EC) is unknown color: approx Medium Orchid. HEX triplet: C8, 55 and EC. RGB value is (200,85,236). Sum of RGB (Red+Green+Blue) = 200+85+236=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #C855EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855EC is #37AA13. Grayscale: #888888. Windows color (decimal): -3648020 or 15488456. OLE color: 15488456.

HSL color Cylindrical-coordinate representation of color #C855EC: hue angle of 285.7º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C855EC is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20085236-
CMYK0.150.6400.07
HSL285.7º79.89%62.94%-
HSV(B)285.7º63.98%92.55%-
XYZ42.2124.8381.93-
YUV136.6184.1173.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 85 (33.59% from 255) = 16.31%
BLUE value IS 236 (92.58% from 255) = 45.30%
R=38.39%
G=16.31%
B=45.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal200852360.150.6400.07285.779.8962.94
HexC855ECF400711e503f
Octal310125354171000743612077
Binary110010001010101111011001111100000001111000111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855EC; }

 p { color: rgb(200,85,236); }

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

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

 a { background-color: rgb(200,85,236); }

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

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

 span { border-color: rgb(200,85,236); }

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