#C45DEC

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

Shades of Medium Orchid #C45DEC

Tints of Medium Orchid #C45DEC

Color information

#C45DEC (or 0xC45DEC) is unknown color: approx Medium Orchid. HEX triplet: C4, 5D and EC. RGB value is (196,93,236). Sum of RGB (Red+Green+Blue) = 196+93+236=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #C45DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DEC is #3BA213. Grayscale: #8B8B8B. Windows color (decimal): -3908116 or 15490500. OLE color: 15490500.

HSL color Cylindrical-coordinate representation of color #C45DEC: hue angle of 283.22º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45DEC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19693236-
CMYK0.170.6100.07
HSL283.22º79.01%64.51%-
HSV(B)283.22º60.59%92.55%-
XYZ41.8225.6282.1-
YUV140.1182.12167.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 236 (92.58% from 255) = 44.95%
R=37.33%
G=17.71%
B=44.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal196932360.170.6100.07283.2279.0164.51
HexC45DEC113D0711b4f41
Octal304135354217507433117101
Binary1100010010111011110110010001111101011110001101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45DEC; }

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

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

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

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

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

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

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

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