#C44FED

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

Shades of Medium Orchid #C44FED

Tints of Medium Orchid #C44FED

Color information

#C44FED (or 0xC44FED) is unknown color: approx Medium Orchid. HEX triplet: C4, 4F and ED. RGB value is (196,79,237). Sum of RGB (Red+Green+Blue) = 196+79+237=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C44FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FED is #3BB012. Grayscale: #838383. Windows color (decimal): -3911699 or 15552452. OLE color: 15552452.

HSL color Cylindrical-coordinate representation of color #C44FED: hue angle of 284.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44FED is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19679237-
CMYK0.170.6700.07
HSL284.43º81.44%61.96%-
HSV(B)284.43º66.67%92.94%-
XYZ40.8523.4482.49-
YUV132187.26173.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 79 (31.25% from 255) = 15.43%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=38.28%
G=15.43%
B=46.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal196792370.170.6700.07284.4381.4461.96
HexC44FED11430711c513e
Octal304117355211030743412176
Binary1100010010011111110110110001100001101111000111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44FED; }

 p { color: rgb(196,79,237); }

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

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

 a { background-color: rgb(196,79,237); }

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

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

 span { border-color: rgb(196,79,237); }

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