#c850f3

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

Shades of Medium Orchid #C850F3

Tints of Medium Orchid #C850F3

Color information

#C850F3 (or 0xC850F3) is unknown color: approx Medium Orchid. HEX triplet: C8, 50 and F3. RGB value is (200,80,243). Sum of RGB (Red+Green+Blue) = 200+80+243=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #C850F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850F3 is #37AF0C. Grayscale: #858585. Windows color (decimal): -3649293 or 15945928. OLE color: 15945928.

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

Color convert

RGB20080243-
CMYK0.180.6700.05
HSL284.17º87.17%63.33%-
HSV(B)284.17º67.08%95.29%-
XYZ42.8724.4987.26-
YUV134.46189.26174.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 80 (31.64% from 255) = 15.30%
BLUE value IS 243 (95.31% from 255) = 46.46%
R=38.24%
G=15.30%
B=46.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200802430.180.6700.05284.1787.1763.33
HexC850F312430511c573f
Octal310120363221030543412777
Binary1100100010100001111001110010100001101011000111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c850f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c850f3; }

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

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

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

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

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

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

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

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