#C046E4

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

Shades of Medium Orchid #C046E4

Tints of Medium Orchid #C046E4

Color information

#C046E4 (or 0xC046E4) is unknown color: approx Medium Orchid. HEX triplet: C0, 46 and E4. RGB value is (192,70,228). Sum of RGB (Red+Green+Blue) = 192+70+228=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #C046E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046E4 is #3FB91B. Grayscale: #7B7B7B. Windows color (decimal): -4176156 or 14960320. OLE color: 14960320.

HSL color Cylindrical-coordinate representation of color #C046E4: hue angle of 286.33º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C046E4 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19270228-
CMYK0.160.6900.11
HSL286.33º74.53%58.43%-
HSV(B)286.33º69.3%89.41%-
XYZ37.9321.1975.49-
YUV124.49186.42176.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 70 (27.73% from 255) = 14.29%
BLUE value IS 228 (89.45% from 255) = 46.53%
R=39.18%
G=14.29%
B=46.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192702280.160.6900.11286.3374.5358.43
HexC046E410450B11e4b3a
Octal3001063442010501343611372
Binary11000000100011011100100100001000101010111000111101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C046E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C046E4; }

 p { color: rgb(192,70,228); }

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

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

 a { background-color: rgb(192,70,228); }

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

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

 span { border-color: rgb(192,70,228); }

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