#C73FED

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

Shades of Medium Orchid #C73FED

Tints of Medium Orchid #C73FED

Color information

#C73FED (or 0xC73FED) is unknown color: approx Medium Orchid. HEX triplet: C7, 3F and ED. RGB value is (199,63,237). Sum of RGB (Red+Green+Blue) = 199+63+237=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #C73FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FED is #38C012. Grayscale: #7A7A7A. Windows color (decimal): -3719187 or 15548359. OLE color: 15548359.

HSL color Cylindrical-coordinate representation of color #C73FED: hue angle of 286.9º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73FED is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19963237-
CMYK0.160.7300.07
HSL286.9º82.86%58.82%-
HSV(B)286.9º73.42%92.94%-
XYZ40.6221.8182.19-
YUV123.5192.06181.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.88%
GREEN value IS 63 (25% from 255) = 12.63%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=39.88%
G=12.63%
B=47.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal199632370.160.7300.07286.982.8658.82
HexC73FED10490711f533b
Octal30777355201110743712373
Binary110001111111111110110110000100100101111000111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73FED; }

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

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

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

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

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

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

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

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