#C044D2

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

Shades of Medium Orchid #C044D2

Tints of Medium Orchid #C044D2

Color information

#C044D2 (or 0xC044D2) is unknown color: approx Medium Orchid. HEX triplet: C0, 44 and D2. RGB value is (192,68,210). Sum of RGB (Red+Green+Blue) = 192+68+210=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #C044D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044D2 is #3FBB2D. Grayscale: #787878. Windows color (decimal): -4176686 or 13780160. OLE color: 13780160.

HSL color Cylindrical-coordinate representation of color #C044D2: hue angle of 292.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C044D2 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19268210-
CMYK0.090.6800.18
HSL292.39º61.21%54.51%-
HSV(B)292.39º67.62%82.35%-
XYZ35.4419.9962.96-
YUV121.26178.08178.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 68 (26.95% from 255) = 14.47%
BLUE value IS 210 (82.42% from 255) = 44.68%
R=40.85%
G=14.47%
B=44.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192682100.090.6800.18292.3961.2154.51
HexC044D29440121243d37
Octal300104322111040224447567
Binary1100000010001001101001010011000100010010100100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C044D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C044D2; }

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

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

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

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

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

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

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

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