#c050fd

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

Shades of Medium Orchid #C050FD

Tints of Medium Orchid #C050FD

Color information

#C050FD (or 0xC050FD) is unknown color: approx Medium Orchid. HEX triplet: C0, 50 and FD. RGB value is (192,80,253). Sum of RGB (Red+Green+Blue) = 192+80+253=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C050FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050FD is #3FAF02. Grayscale: #848484. Windows color (decimal): -4173571 or 16601280. OLE color: 16601280.

HSL color Cylindrical-coordinate representation of color #C050FD: hue angle of 278.84º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C050FD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19280253-
CMYK0.240.6800.01
HSL278.84º97.74%65.29%-
HSV(B)278.84º68.38%99.22%-
XYZ42.3424.0495.34-
YUV133.21195.61169.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 80 (31.64% from 255) = 15.24%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=36.57%
G=15.24%
B=48.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192802530.240.6800.01278.8497.7465.29
HexC050FD1844011176241
Octal3001203753010401427142101
Binary110000001010000111111011100010001000110001011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c050fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c050fd; }

 p { color: rgb(192,80,253); }

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

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

 a { background-color: rgb(192,80,253); }

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

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

 span { border-color: rgb(192,80,253); }

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