#C43AE5

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

Shades of Medium Orchid #C43AE5

Tints of Medium Orchid #C43AE5

Color information

#C43AE5 (or 0xC43AE5) is unknown color: approx Medium Orchid. HEX triplet: C4, 3A and E5. RGB value is (196,58,229). Sum of RGB (Red+Green+Blue) = 196+58+229=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #C43AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43AE5 is #3BC51A. Grayscale: #767676. Windows color (decimal): -3917083 or 15022788. OLE color: 15022788.

HSL color Cylindrical-coordinate representation of color #C43AE5: hue angle of 288.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43AE5 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19658229-
CMYK0.140.7500.10
HSL288.42º76.68%56.27%-
HSV(B)288.42º74.67%89.8%-
XYZ38.4220.4276.05-
YUV118.76190.22183.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 58 (23.05% from 255) = 12.01%
BLUE value IS 229 (89.84% from 255) = 47.41%
R=40.58%
G=12.01%
B=47.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal196582290.140.7500.10288.4276.6856.27
HexC43AE5E4B0A1204d38
Octal304723451611301244011570
Binary110001001110101110010111101001011010101001000001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43AE5; }

 p { color: rgb(196,58,229); }

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

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

 a { background-color: rgb(196,58,229); }

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

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

 span { border-color: rgb(196,58,229); }

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