#C73BDC

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

Shades of Medium Orchid #C73BDC

Tints of Medium Orchid #C73BDC

Color information

#C73BDC (or 0xC73BDC) is unknown color: approx Medium Orchid. HEX triplet: C7, 3B and DC. RGB value is (199,59,220). Sum of RGB (Red+Green+Blue) = 199+59+220=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C73BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BDC is #38C423. Grayscale: #767676. Windows color (decimal): -3720228 or 14433223. OLE color: 14433223.

HSL color Cylindrical-coordinate representation of color #C73BDC: hue angle of 292.17º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73BDC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19959220-
CMYK0.100.7300.14
HSL292.17º69.7%54.71%-
HSV(B)292.17º73.18%86.27%-
XYZ38.0420.4469.65-
YUV119.21184.88184.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 59 (23.44% from 255) = 12.34%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=41.63%
G=12.34%
B=46.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199592200.100.7300.14292.1769.754.71
HexC73BDCA490E1244637
Octal307733341211101644410667
Binary110001111110111101110010101001001011101001001001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73BDC; }

 p { color: rgb(199,59,220); }

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

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

 a { background-color: rgb(199,59,220); }

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

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

 span { border-color: rgb(199,59,220); }

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