#C73AF3

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

Shades of Medium Orchid #C73AF3

Tints of Medium Orchid #C73AF3

Color information

#C73AF3 (or 0xC73AF3) is unknown color: approx Medium Orchid. HEX triplet: C7, 3A and F3. RGB value is (199,58,243). Sum of RGB (Red+Green+Blue) = 199+58+243=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #C73AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AF3 is #38C50C. Grayscale: #787878. Windows color (decimal): -3720461 or 15940295. OLE color: 15940295.

HSL color Cylindrical-coordinate representation of color #C73AF3: hue angle of 285.73º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73AF3 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19958243-
CMYK0.180.7600.05
HSL285.73º88.52%59.02%-
HSV(B)285.73º76.13%95.29%-
XYZ41.2421.6486.8-
YUV121.25196.71183.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 58 (23.05% from 255) = 11.6%
BLUE value IS 243 (95.31% from 255) = 48.6%
R=39.8%
G=11.6%
B=48.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal199582430.180.7600.05285.7388.5259.02
HexC73AF3124C0511e593b
Octal30772363221140543613173
Binary110001111110101111001110010100110001011000111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73AF3; }

 p { color: rgb(199,58,243); }

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

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

 a { background-color: rgb(199,58,243); }

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

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

 span { border-color: rgb(199,58,243); }

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