#C944DD

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

Shades of Medium Orchid #C944DD

Tints of Medium Orchid #C944DD

Color information

#C944DD (or 0xC944DD) is unknown color: approx Medium Orchid. HEX triplet: C9, 44 and DD. RGB value is (201,68,221). Sum of RGB (Red+Green+Blue) = 201+68+221=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C944DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944DD is #36BB22. Grayscale: #7C7C7C. Windows color (decimal): -3586851 or 14501065. OLE color: 14501065.

HSL color Cylindrical-coordinate representation of color #C944DD: hue angle of 292.16º 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 #C944DD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20168221-
CMYK0.090.6900.13
HSL292.16º69.23%56.67%-
HSV(B)292.16º69.23%86.67%-
XYZ39.2121.7770.54-
YUV125.21182.06182.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 68 (26.95% from 255) = 13.88%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=41.02%
G=13.88%
B=45.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201682210.090.6900.13292.1669.2356.67
HexC944DD9450D1244539
Octal3111043351110501544410571
Binary1100100110001001101110110011000101011011001001001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C944DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C944DD; }

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

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

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

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

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

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

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

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