#C85DED

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

Shades of Medium Orchid #C85DED

Tints of Medium Orchid #C85DED

Color information

#C85DED (or 0xC85DED) is unknown color: approx Medium Orchid. HEX triplet: C8, 5D and ED. RGB value is (200,93,237). Sum of RGB (Red+Green+Blue) = 200+93+237=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #C85DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85DED is #37A212. Grayscale: #8C8C8C. Windows color (decimal): -3645971 or 15556040. OLE color: 15556040.

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

Color convert

RGB20093237-
CMYK0.160.6100.07
HSL284.58º80%64.71%-
HSV(B)284.58º60.76%92.94%-
XYZ43.0226.2282.91-
YUV141.41181.95169.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 93 (36.72% from 255) = 17.55%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=37.74%
G=17.55%
B=44.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal200932370.160.6100.07284.588064.71
HexC85DED103D0711d5041
Octal310135355207507435120101
Binary1100100010111011110110110000111101011110001110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85DED; }

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

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

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

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

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

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

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

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