#C749EC

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

Shades of Medium Orchid #C749EC

Tints of Medium Orchid #C749EC

Color information

#C749EC (or 0xC749EC) is unknown color: approx Medium Orchid. HEX triplet: C7, 49 and EC. RGB value is (199,73,236). Sum of RGB (Red+Green+Blue) = 199+73+236=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #C749EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749EC is #38B613. Grayscale: #808080. Windows color (decimal): -3716628 or 15485383. OLE color: 15485383.

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

Color convert

RGB19973236-
CMYK0.160.6900.07
HSL286.38º81.09%60.59%-
HSV(B)286.38º69.07%92.55%-
XYZ41.0822.9681.62-
YUV129.26188.24177.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 73 (28.91% from 255) = 14.37%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=39.17%
G=14.37%
B=46.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal199732360.160.6900.07286.3881.0960.59
HexC749EC10450711e513d
Octal307111354201050743612175
Binary1100011110010011110110010000100010101111000111101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C749EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C749EC; }

 p { color: rgb(199,73,236); }

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

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

 a { background-color: rgb(199,73,236); }

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

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

 span { border-color: rgb(199,73,236); }

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