#C73DD2

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

Shades of Medium Orchid #C73DD2

Tints of Medium Orchid #C73DD2

Color information

#C73DD2 (or 0xC73DD2) is unknown color: approx Medium Orchid. HEX triplet: C7, 3D and D2. RGB value is (199,61,210). Sum of RGB (Red+Green+Blue) = 199+61+210=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #C73DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DD2 is #38C22D. Grayscale: #767676. Windows color (decimal): -3719726 or 13778375. OLE color: 13778375.

HSL color Cylindrical-coordinate representation of color #C73DD2: hue angle of 295.57º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73DD2 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19961210-
CMYK0.050.7100.18
HSL295.57º62.34%53.14%-
HSV(B)295.57º70.95%82.35%-
XYZ36.8520.1362.92-
YUV119.25179.22184.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 61 (24.22% from 255) = 12.98%
BLUE value IS 210 (82.42% from 255) = 44.68%
R=42.34%
G=12.98%
B=44.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal199612100.050.7100.18295.5762.3453.14
HexC73DD25470121283e35
Octal3077532251070224507665
Binary11000111111101110100101011000111010010100101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73DD2; }

 p { color: rgb(199,61,210); }

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

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

 a { background-color: rgb(199,61,210); }

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

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

 span { border-color: rgb(199,61,210); }

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