#c44af5

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

Shades of Medium Orchid #C44AF5

Tints of Medium Orchid #C44AF5

Color information

#C44AF5 (or 0xC44AF5) is unknown color: approx Medium Orchid. HEX triplet: C4, 4A and F5. RGB value is (196,74,245). Sum of RGB (Red+Green+Blue) = 196+74+245=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #C44AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AF5 is #3BB50A. Grayscale: #818181. Windows color (decimal): -3912971 or 16075460. OLE color: 16075460.

HSL color Cylindrical-coordinate representation of color #C44AF5: hue angle of 282.81º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C44AF5 is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19674245-
CMYK0.20.7000.04
HSL282.81º89.53%62.55%-
HSV(B)282.81º69.8%96.08%-
XYZ41.723.2388.67-
YUV129.97192.92175.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 74 (29.30% from 255) = 14.37%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=38.06%
G=14.37%
B=47.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196742450.20.7000.04282.8189.5362.55
HexC44AF514460411b5a3f
Octal304112365241060443313277
Binary1100010010010101111010110100100011001001000110111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c44af5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c44af5; }

 p { color: rgb(196,74,245); }

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

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

 a { background-color: rgb(196,74,245); }

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

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

 span { border-color: rgb(196,74,245); }

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