#C45BE1

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

Shades of Medium Orchid #C45BE1

Tints of Medium Orchid #C45BE1

Color information

#C45BE1 (or 0xC45BE1) is unknown color: approx Medium Orchid. HEX triplet: C4, 5B and E1. RGB value is (196,91,225). Sum of RGB (Red+Green+Blue) = 196+91+225=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #C45BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BE1 is #3BA41E. Grayscale: #898989. Windows color (decimal): -3908639 or 14769092. OLE color: 14769092.

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

Color convert

RGB19691225-
CMYK0.130.6000.12
HSL287.01º69.07%61.96%-
HSV(B)287.01º59.56%88.24%-
XYZ40.124.6573.88-
YUV137.67177.29169.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 91 (35.94% from 255) = 17.77%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=38.28%
G=17.77%
B=43.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal196912250.130.6000.12287.0169.0761.96
HexC45BE1D3C0C11f453e
Octal304133341157401443710576
Binary110001001011011111000011101111100011001000111111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45BE1; }

 p { color: rgb(196,91,225); }

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

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

 a { background-color: rgb(196,91,225); }

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

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

 span { border-color: rgb(196,91,225); }

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