#C73FE7

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

Shades of Medium Orchid #C73FE7

Tints of Medium Orchid #C73FE7

Color information

#C73FE7 (or 0xC73FE7) is unknown color: approx Medium Orchid. HEX triplet: C7, 3F and E7. RGB value is (199,63,231). Sum of RGB (Red+Green+Blue) = 199+63+231=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #C73FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FE7 is #38C018. Grayscale: #7A7A7A. Windows color (decimal): -3719193 or 15155143. OLE color: 15155143.

HSL color Cylindrical-coordinate representation of color #C73FE7: hue angle of 288.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73FE7 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19963231-
CMYK0.140.7300.09
HSL288.57º77.78%57.65%-
HSV(B)288.57º72.73%90.59%-
XYZ39.7521.4777.65-
YUV122.82189.06182.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 63 (25% from 255) = 12.78%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=40.37%
G=12.78%
B=46.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal199632310.140.7300.09288.5777.7857.65
HexC73FE7E49091214e3a
Octal307773471611101144111672
Binary110001111111111110011111101001001010011001000011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73FE7; }

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

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

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

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

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

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

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

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