#C73FD4

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

Shades of Medium Orchid #C73FD4

Tints of Medium Orchid #C73FD4

Color information

#C73FD4 (or 0xC73FD4) is unknown color: approx Medium Orchid. HEX triplet: C7, 3F and D4. RGB value is (199,63,212). Sum of RGB (Red+Green+Blue) = 199+63+212=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #C73FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FD4 is #38C02B. Grayscale: #787878. Windows color (decimal): -3719212 or 13909959. OLE color: 13909959.

HSL color Cylindrical-coordinate representation of color #C73FD4: hue angle of 294.77º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73FD4 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19963212-
CMYK0.060.7000.17
HSL294.77º63.4%53.92%-
HSV(B)294.77º70.28%83.14%-
XYZ37.2120.4564.27-
YUV120.65179.56183.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 63 (25% from 255) = 13.29%
BLUE value IS 212 (83.20% from 255) = 44.73%
R=41.98%
G=13.29%
B=44.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal199632120.060.7000.17294.7763.453.92
HexC73FD46460111273f36
Octal3077732461060214477766
Binary11000111111111110101001101000110010001100100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73FD4; }

 p { color: rgb(199,63,212); }

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

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

 a { background-color: rgb(199,63,212); }

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

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

 span { border-color: rgb(199,63,212); }

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