#C85AD8

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

Shades of Medium Orchid #C85AD8

Tints of Medium Orchid #C85AD8

Color information

#C85AD8 (or 0xC85AD8) is unknown color: approx Medium Orchid. HEX triplet: C8, 5A and D8. RGB value is (200,90,216). Sum of RGB (Red+Green+Blue) = 200+90+216=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #C85AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AD8 is #37A527. Grayscale: #888888. Windows color (decimal): -3646760 or 14179016. OLE color: 14179016.

HSL color Cylindrical-coordinate representation of color #C85AD8: hue angle of 292.38º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85AD8 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20090216-
CMYK0.070.5800.15
HSL292.38º61.76%60%-
HSV(B)292.38º58.33%84.71%-
XYZ39.8724.5567.6-
YUV137.25172.44172.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 90 (35.55% from 255) = 17.79%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=39.53%
G=17.79%
B=42.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200902160.070.5800.15292.3861.7660
HexC85AD873A0F1243e3c
Octal3101323307720174447674
Binary1100100010110101101100011111101001111100100100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85AD8; }

 p { color: rgb(200,90,216); }

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

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

 a { background-color: rgb(200,90,216); }

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

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

 span { border-color: rgb(200,90,216); }

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