#C43ED5

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

Shades of Medium Orchid #C43ED5

Tints of Medium Orchid #C43ED5

Color information

#C43ED5 (or 0xC43ED5) is unknown color: approx Medium Orchid. HEX triplet: C4, 3E and D5. RGB value is (196,62,213). Sum of RGB (Red+Green+Blue) = 196+62+213=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #C43ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ED5 is #3BC12A. Grayscale: #767676. Windows color (decimal): -3916075 or 13975236. OLE color: 13975236.

HSL color Cylindrical-coordinate representation of color #C43ED5: hue angle of 293.25º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43ED5 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19662213-
CMYK0.080.7100.16
HSL293.25º64.26%53.92%-
HSV(B)293.25º70.89%83.53%-
XYZ36.519.9964.88-
YUV119.28180.89182.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 62 (24.61% from 255) = 13.16%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=41.61%
G=13.16%
B=45.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196622130.080.7100.16293.2564.2653.92
HexC43ED58470101254036
Octal304763251010702044510066
Binary1100010011111011010101100010001110100001001001011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43ED5; }

 p { color: rgb(196,62,213); }

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

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

 a { background-color: rgb(196,62,213); }

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

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

 span { border-color: rgb(196,62,213); }

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