#C043DC

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

Shades of Medium Orchid #C043DC

Tints of Medium Orchid #C043DC

Color information

#C043DC (or 0xC043DC) is unknown color: approx Medium Orchid. HEX triplet: C0, 43 and DC. RGB value is (192,67,220). Sum of RGB (Red+Green+Blue) = 192+67+220=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #C043DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043DC is #3FBC23. Grayscale: #797979. Windows color (decimal): -4176932 or 14435264. OLE color: 14435264.

HSL color Cylindrical-coordinate representation of color #C043DC: hue angle of 289.02º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C043DC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19267220-
CMYK0.130.7000.14
HSL289.02º68.61%56.27%-
HSV(B)289.02º69.55%86.27%-
XYZ36.6620.3969.71-
YUV121.82183.41178.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 67 (26.56% from 255) = 13.99%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=40.08%
G=13.99%
B=45.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192672200.130.7000.14289.0268.6156.27
HexC043DCD460E1214538
Octal3001033341510601644110570
Binary1100000010000111101110011011000110011101001000011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C043DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C043DC; }

 p { color: rgb(192,67,220); }

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

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

 a { background-color: rgb(192,67,220); }

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

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

 span { border-color: rgb(192,67,220); }

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