#C85DE6

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

Shades of Medium Orchid #C85DE6

Tints of Medium Orchid #C85DE6

Color information

#C85DE6 (or 0xC85DE6) is unknown color: approx Medium Orchid. HEX triplet: C8, 5D and E6. RGB value is (200,93,230). Sum of RGB (Red+Green+Blue) = 200+93+230=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #C85DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DE6 is #37A219. Grayscale: #8C8C8C. Windows color (decimal): -3645978 or 15097288. OLE color: 15097288.

HSL color Cylindrical-coordinate representation of color #C85DE6: hue angle of 286.86º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85DE6 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20093230-
CMYK0.130.6000.10
HSL286.86º73.26%63.33%-
HSV(B)286.86º59.57%90.2%-
XYZ42.0225.8277.63-
YUV140.61178.45170.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 230 (90.23% from 255) = 43.98%
R=38.24%
G=17.78%
B=43.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal200932300.130.6000.10286.8673.2663.33
HexC85DE6D3C0A11f493f
Octal310135346157401243711177
Binary110010001011101111001101101111100010101000111111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85DE6; }

 p { color: rgb(200,93,230); }

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

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

 a { background-color: rgb(200,93,230); }

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

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

 span { border-color: rgb(200,93,230); }

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