#C044DD

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

Shades of Medium Orchid #C044DD

Tints of Medium Orchid #C044DD

Color information

#C044DD (or 0xC044DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 44 and DD. RGB value is (192,68,221). Sum of RGB (Red+Green+Blue) = 192+68+221=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #C044DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044DD is #3FBB22. Grayscale: #7A7A7A. Windows color (decimal): -4176675 or 14501056. OLE color: 14501056.

HSL color Cylindrical-coordinate representation of color #C044DD: hue angle of 288.63º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C044DD is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19268221-
CMYK0.130.6900.13
HSL288.63º69.23%56.67%-
HSV(B)288.63º69.23%86.67%-
XYZ36.8620.5670.43-
YUV122.52183.58177.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 68 (26.95% from 255) = 14.14%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=39.92%
G=14.14%
B=45.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192682210.130.6900.13288.6369.2356.67
HexC044DDD450D1214539
Octal3001043351510501544110571
Binary1100000010001001101110111011000101011011001000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C044DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C044DD; }

 p { color: rgb(192,68,221); }

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

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

 a { background-color: rgb(192,68,221); }

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

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

 span { border-color: rgb(192,68,221); }

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