#C050DD

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

Shades of Medium Orchid #C050DD

Tints of Medium Orchid #C050DD

Color information

#C050DD (or 0xC050DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 50 and DD. RGB value is (192,80,221). Sum of RGB (Red+Green+Blue) = 192+80+221=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #C050DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050DD is #3FAF22. Grayscale: #818181. Windows color (decimal): -4173603 or 14504128. OLE color: 14504128.

HSL color Cylindrical-coordinate representation of color #C050DD: hue angle of 287.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C050DD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19280221-
CMYK0.130.6400.13
HSL287.66º67.46%59.02%-
HSV(B)287.66º63.8%86.67%-
XYZ37.6622.1670.7-
YUV129.56179.61172.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 80 (31.64% from 255) = 16.23%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=38.95%
G=16.23%
B=44.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192802210.130.6400.13287.6667.4659.02
HexC050DDD400D120433b
Octal3001203351510001544010373
Binary1100000010100001101110111011000000011011001000001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C050DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C050DD; }

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

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

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

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

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

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

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

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