#C45DE0

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

Shades of Medium Orchid #C45DE0

Tints of Medium Orchid #C45DE0

Color information

#C45DE0 (or 0xC45DE0) is unknown color: approx Medium Orchid. HEX triplet: C4, 5D and E0. RGB value is (196,93,224). Sum of RGB (Red+Green+Blue) = 196+93+224=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #C45DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DE0 is #3BA21F. Grayscale: #8A8A8A. Windows color (decimal): -3908128 or 14704068. OLE color: 14704068.

HSL color Cylindrical-coordinate representation of color #C45DE0: hue angle of 287.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45DE0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19693224-
CMYK0.120.5800.12
HSL287.18º67.88%62.16%-
HSV(B)287.18º58.48%87.84%-
XYZ40.1324.9573.22-
YUV138.73176.12168.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=38.21%
G=18.13%
B=43.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal196932240.120.5800.12287.1867.8862.16
HexC45DE0C3A0C11f443e
Octal304135340147201443710476
Binary110001001011101111000001100111010011001000111111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45DE0; }

 p { color: rgb(196,93,224); }

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

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

 a { background-color: rgb(196,93,224); }

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

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

 span { border-color: rgb(196,93,224); }

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