#C047F4

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

Shades of Medium Orchid #C047F4

Tints of Medium Orchid #C047F4

Color information

#C047F4 (or 0xC047F4) is unknown color: approx Medium Orchid. HEX triplet: C0, 47 and F4. RGB value is (192,71,244). Sum of RGB (Red+Green+Blue) = 192+71+244=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #C047F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047F4 is #3FB80B. Grayscale: #7E7E7E. Windows color (decimal): -4175884 or 16009152. OLE color: 16009152.

HSL color Cylindrical-coordinate representation of color #C047F4: hue angle of 281.97º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C047F4 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19271244-
CMYK0.210.7100.04
HSL281.97º88.72%61.76%-
HSV(B)281.97º70.9%95.69%-
XYZ40.3222.2487.76-
YUV126.9194.09174.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 71 (28.12% from 255) = 14.00%
BLUE value IS 244 (95.70% from 255) = 48.13%
R=37.87%
G=14.00%
B=48.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal192712440.210.7100.04281.9788.7261.76
HexC047F415470411a593e
Octal300107364251070443213176
Binary1100000010001111111010010101100011101001000110101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C047F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C047F4; }

 p { color: rgb(192,71,244); }

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

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

 a { background-color: rgb(192,71,244); }

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

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

 span { border-color: rgb(192,71,244); }

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