#C45EDC

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

Shades of Medium Orchid #C45EDC

Tints of Medium Orchid #C45EDC

Color information

#C45EDC (or 0xC45EDC) is unknown color: approx Medium Orchid. HEX triplet: C4, 5E and DC. RGB value is (196,94,220). Sum of RGB (Red+Green+Blue) = 196+94+220=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C45EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EDC is #3BA123. Grayscale: #8A8A8A. Windows color (decimal): -3907876 or 14442180. OLE color: 14442180.

HSL color Cylindrical-coordinate representation of color #C45EDC: hue angle of 288.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45EDC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19694220-
CMYK0.110.5700.14
HSL288.57º64.29%61.57%-
HSV(B)288.57º57.27%86.27%-
XYZ39.6924.9170.43-
YUV138.86173.79168.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.43%
GREEN value IS 94 (37.11% from 255) = 18.43%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=38.43%
G=18.43%
B=43.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196942200.110.5700.14288.5764.2961.57
HexC45EDCB390E121403e
Octal304136334137101644110076
Binary110001001011110110111001011111001011101001000011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45EDC; }

 p { color: rgb(196,94,220); }

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

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

 a { background-color: rgb(196,94,220); }

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

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

 span { border-color: rgb(196,94,220); }

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