#C044F9

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

Shades of Medium Orchid #C044F9

Tints of Medium Orchid #C044F9

Color information

#C044F9 (or 0xC044F9) is unknown color: approx Medium Orchid. HEX triplet: C0, 44 and F9. RGB value is (192,68,249). Sum of RGB (Red+Green+Blue) = 192+68+249=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #C044F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044F9 is #3FBB06. Grayscale: #7D7D7D. Windows color (decimal): -4176647 or 16336064. OLE color: 16336064.

HSL color Cylindrical-coordinate representation of color #C044F9: hue angle of 281.1º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C044F9 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19268249-
CMYK0.230.7300.02
HSL281.1º93.78%62.16%-
HSV(B)281.1º72.69%97.65%-
XYZ40.922.1891.75-
YUV125.71197.58175.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 68 (26.95% from 255) = 13.36%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=37.72%
G=13.36%
B=48.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192682490.230.7300.02281.193.7862.16
HexC044F91749021195e3e
Octal300104371271110243113676
Binary110000001000100111110011011110010010101000110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C044F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C044F9; }

 p { color: rgb(192,68,249); }

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

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

 a { background-color: rgb(192,68,249); }

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

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

 span { border-color: rgb(192,68,249); }

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