#C05EF4

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

Shades of Medium Orchid #C05EF4

Tints of Medium Orchid #C05EF4

Color information

#C05EF4 (or 0xC05EF4) is unknown color: approx Medium Orchid. HEX triplet: C0, 5E and F4. RGB value is (192,94,244). Sum of RGB (Red+Green+Blue) = 192+94+244=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #C05EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EF4 is #3FA10B. Grayscale: #8B8B8B. Windows color (decimal): -4169996 or 16015040. OLE color: 16015040.

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

Color convert

RGB19294244-
CMYK0.210.6100.04
HSL279.2º87.21%66.27%-
HSV(B)279.2º61.48%95.69%-
XYZ42.0725.7488.34-
YUV140.4186.47164.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 94 (37.11% from 255) = 17.74%
BLUE value IS 244 (95.70% from 255) = 46.04%
R=36.23%
G=17.74%
B=46.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal192942440.210.6100.04279.287.2166.27
HexC05EF4153D041175742
Octal300136364257504427127102
Binary1100000010111101111010010101111101010010001011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05EF4; }

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

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

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

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

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

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

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

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