#C44DFA

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

Shades of Medium Orchid #C44DFA

Tints of Medium Orchid #C44DFA

Color information

#C44DFA (or 0xC44DFA) is unknown color: approx Medium Orchid. HEX triplet: C4, 4D and FA. RGB value is (196,77,250). Sum of RGB (Red+Green+Blue) = 196+77+250=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C44DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DFA is #3BB205. Grayscale: #838383. Windows color (decimal): -3912198 or 16403908. OLE color: 16403908.

HSL color Cylindrical-coordinate representation of color #C44DFA: hue angle of 281.27º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44DFA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19677250-
CMYK0.220.6900.02
HSL281.27º94.54%64.12%-
HSV(B)281.27º69.2%98.04%-
XYZ42.6723.9592.82-
YUV132.3194.42173.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 77 (30.47% from 255) = 14.72%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=37.48%
G=14.72%
B=47.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196772500.220.6900.02281.2794.5464.12
HexC44DFA1645021195f40
Octal3041153722610502431137100
Binary1100010010011011111101010110100010101010001100110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44DFA; }

 p { color: rgb(196,77,250); }

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

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

 a { background-color: rgb(196,77,250); }

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

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

 span { border-color: rgb(196,77,250); }

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