#C85AF3

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

Shades of Medium Orchid #C85AF3

Tints of Medium Orchid #C85AF3

Color information

#C85AF3 (or 0xC85AF3) is unknown color: approx Medium Orchid. HEX triplet: C8, 5A and F3. RGB value is (200,90,243). Sum of RGB (Red+Green+Blue) = 200+90+243=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #C85AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85AF3 is #37A50C. Grayscale: #8B8B8B. Windows color (decimal): -3646733 or 15948488. OLE color: 15948488.

HSL color Cylindrical-coordinate representation of color #C85AF3: hue angle of 283.14º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85AF3 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20090243-
CMYK0.180.6300.05
HSL283.14º86.44%65.29%-
HSV(B)283.14º62.96%95.29%-
XYZ43.6526.0687.52-
YUV140.33185.94170.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.52%
GREEN value IS 90 (35.55% from 255) = 16.89%
BLUE value IS 243 (95.31% from 255) = 45.59%
R=37.52%
G=16.89%
B=45.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200902430.180.6300.05283.1486.4465.29
HexC85AF3123F0511b5641
Octal310132363227705433126101
Binary1100100010110101111001110010111111010110001101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85AF3; }

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

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

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

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

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

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

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

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