#C44CF9

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

Shades of Medium Orchid #C44CF9

Tints of Medium Orchid #C44CF9

Color information

#C44CF9 (or 0xC44CF9) is unknown color: approx Medium Orchid. HEX triplet: C4, 4C and F9. RGB value is (196,76,249). Sum of RGB (Red+Green+Blue) = 196+76+249=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #C44CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CF9 is #3BB306. Grayscale: #838383. Windows color (decimal): -3912455 or 16338116. OLE color: 16338116.

HSL color Cylindrical-coordinate representation of color #C44CF9: hue angle of 281.62º degrees, saturation: 0.94, 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 #C44CF9 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19676249-
CMYK0.210.6900.02
HSL281.62º93.51%63.73%-
HSV(B)281.62º69.48%97.65%-
XYZ42.4523.7491.97-
YUV131.6194.26173.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 76 (30.08% from 255) = 14.59%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=37.62%
G=14.59%
B=47.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196762490.210.6900.02281.6293.5163.73
HexC44CF915450211a5e40
Octal3041143712510502432136100
Binary1100010010011001111100110101100010101010001101010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44CF9; }

 p { color: rgb(196,76,249); }

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

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

 a { background-color: rgb(196,76,249); }

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

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

 span { border-color: rgb(196,76,249); }

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