#C44CEF

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

Shades of Medium Orchid #C44CEF

Tints of Medium Orchid #C44CEF

Color information

#C44CEF (or 0xC44CEF) is unknown color: approx Medium Orchid. HEX triplet: C4, 4C and EF. RGB value is (196,76,239). Sum of RGB (Red+Green+Blue) = 196+76+239=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #C44CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CEF is #3BB310. Grayscale: #818181. Windows color (decimal): -3912465 or 15682756. OLE color: 15682756.

HSL color Cylindrical-coordinate representation of color #C44CEF: hue angle of 284.17º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44CEF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19676239-
CMYK0.180.6800.06
HSL284.17º83.59%61.76%-
HSV(B)284.17º68.2%93.73%-
XYZ40.9323.1483.97-
YUV130.46189.26174.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 76 (30.08% from 255) = 14.87%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=38.36%
G=14.87%
B=46.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal196762390.180.6800.06284.1783.5961.76
HexC44CEF12440611c543e
Octal304114357221040643412476
Binary1100010010011001110111110010100010001101000111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44CEF; }

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

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

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

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

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

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

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

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