#C05EF3

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

Shades of Medium Orchid #C05EF3

Tints of Medium Orchid #C05EF3

Color information

#C05EF3 (or 0xC05EF3) is unknown color: approx Medium Orchid. HEX triplet: C0, 5E and F3. RGB value is (192,94,243). Sum of RGB (Red+Green+Blue) = 192+94+243=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #C05EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EF3 is #3FA10C. Grayscale: #8B8B8B. Windows color (decimal): -4169997 or 15949504. OLE color: 15949504.

HSL color Cylindrical-coordinate representation of color #C05EF3: hue angle of 279.46º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05EF3 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19294243-
CMYK0.210.6100.05
HSL279.46º86.13%66.08%-
HSV(B)279.46º61.32%95.29%-
XYZ41.9225.6887.54-
YUV140.29185.97164.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 94 (37.11% from 255) = 17.77%
BLUE value IS 243 (95.31% from 255) = 45.94%
R=36.29%
G=17.77%
B=45.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192942430.210.6100.05279.4686.1366.08
HexC05EF3153D051175642
Octal300136363257505427126102
Binary1100000010111101111001110101111101010110001011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05EF3; }

 p { color: rgb(192,94,243); }

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

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

 a { background-color: rgb(192,94,243); }

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

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

 span { border-color: rgb(192,94,243); }

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