#C043FE

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

Shades of Medium Orchid #C043FE

Tints of Medium Orchid #C043FE

Color information

#C043FE (or 0xC043FE) is unknown color: approx Medium Orchid. HEX triplet: C0, 43 and FE. RGB value is (192,67,254). Sum of RGB (Red+Green+Blue) = 192+67+254=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C043FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043FE is #3FBC01. Grayscale: #7D7D7D. Windows color (decimal): -4176898 or 16663488. OLE color: 16663488.

HSL color Cylindrical-coordinate representation of color #C043FE: hue angle of 280.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C043FE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19267254-
CMYK0.240.7400.00
HSL280.11º98.94%62.94%-
HSV(B)280.11º73.62%99.61%-
XYZ41.6322.3895.89-
YUV125.69200.41175.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 67 (26.56% from 255) = 13.06%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=37.43%
G=13.06%
B=49.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192672540.240.7400.00280.1198.9462.94
HexC043FE184A00118633f
Octal300103376301120043014377
Binary11000000100001111111110110001001010001000110001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C043FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C043FE; }

 p { color: rgb(192,67,254); }

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

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

 a { background-color: rgb(192,67,254); }

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

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

 span { border-color: rgb(192,67,254); }

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