#C05DEC

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

Shades of Medium Orchid #C05DEC

Tints of Medium Orchid #C05DEC

Color information

#C05DEC (or 0xC05DEC) is unknown color: approx Medium Orchid. HEX triplet: C0, 5D and EC. RGB value is (192,93,236). Sum of RGB (Red+Green+Blue) = 192+93+236=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #C05DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DEC is #3FA213. Grayscale: #8A8A8A. Windows color (decimal): -4170260 or 15490496. OLE color: 15490496.

HSL color Cylindrical-coordinate representation of color #C05DEC: hue angle of 281.54º 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 #C05DEC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19293236-
CMYK0.190.6100.07
HSL281.54º79.01%64.51%-
HSV(B)281.54º60.59%92.55%-
XYZ40.7925.0982.05-
YUV138.9182.8165.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 93 (36.72% from 255) = 17.85%
BLUE value IS 236 (92.58% from 255) = 45.30%
R=36.85%
G=17.85%
B=45.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192932360.190.6100.07281.5479.0164.51
HexC05DEC133D0711a4f41
Octal300135354237507432117101
Binary1100000010111011110110010011111101011110001101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DEC; }

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

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

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

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

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

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

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

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