#C85AD5

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

Shades of Medium Orchid #C85AD5

Tints of Medium Orchid #C85AD5

Color information

#C85AD5 (or 0xC85AD5) is unknown color: approx Medium Orchid. HEX triplet: C8, 5A and D5. RGB value is (200,90,213). Sum of RGB (Red+Green+Blue) = 200+90+213=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #C85AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AD5 is #37A52A. Grayscale: #888888. Windows color (decimal): -3646763 or 13982408. OLE color: 13982408.

HSL color Cylindrical-coordinate representation of color #C85AD5: hue angle of 293.66º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85AD5 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20090213-
CMYK0.060.5800.16
HSL293.66º59.42%59.41%-
HSV(B)293.66º57.75%83.53%-
XYZ39.4924.465.58-
YUV136.91170.94173-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 90 (35.55% from 255) = 17.89%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=39.76%
G=17.89%
B=42.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200902130.060.5800.16293.6659.4259.41
HexC85AD563A0101263b3b
Octal3101323256720204467373
Binary11001000101101011010101110111010010000100100110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85AD5; }

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

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

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

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

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

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

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

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