#C44AE8

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

Shades of Medium Orchid #C44AE8

Tints of Medium Orchid #C44AE8

Color information

#C44AE8 (or 0xC44AE8) is unknown color: approx Medium Orchid. HEX triplet: C4, 4A and E8. RGB value is (196,74,232). Sum of RGB (Red+Green+Blue) = 196+74+232=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #C44AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AE8 is #3BB517. Grayscale: #7F7F7F. Windows color (decimal): -3912984 or 15223492. OLE color: 15223492.

HSL color Cylindrical-coordinate representation of color #C44AE8: hue angle of 286.33º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44AE8 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19674232-
CMYK0.160.6800.09
HSL286.33º77.45%60%-
HSV(B)286.33º68.1%90.98%-
XYZ39.7822.4678.58-
YUV128.49186.42176.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 74 (29.30% from 255) = 14.74%
BLUE value IS 232 (91.02% from 255) = 46.22%
R=39.04%
G=14.74%
B=46.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal196742320.160.6800.09286.3377.4560
HexC44AE810440911e4d3c
Octal3041123502010401143611574
Binary11000100100101011101000100001000100010011000111101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44AE8; }

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

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

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

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

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

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

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

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