#C030EF

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

Shades of Medium Orchid #C030EF

Tints of Medium Orchid #C030EF

Color information

#C030EF (or 0xC030EF) is unknown color: approx Medium Orchid. HEX triplet: C0, 30 and EF. RGB value is (192,48,239). Sum of RGB (Red+Green+Blue) = 192+48+239=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #C030EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030EF is #3FCF10. Grayscale: #707070. Windows color (decimal): -4181777 or 15675584. OLE color: 15675584.

HSL color Cylindrical-coordinate representation of color #C030EF: hue angle of 285.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C030EF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19248239-
CMYK0.200.8000.06
HSL285.24º85.65%56.27%-
HSV(B)285.24º79.92%93.73%-
XYZ38.3819.5583.41-
YUV112.83199.21184.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 48 (19.14% from 255) = 10.02%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=40.08%
G=10.02%
B=49.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192482390.200.8000.06285.2485.6556.27
HexC030EF14500611d5638
Octal30060357241200643512670
Binary110000001100001110111110100101000001101000111011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C030EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C030EF; }

 p { color: rgb(192,48,239); }

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

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

 a { background-color: rgb(192,48,239); }

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

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

 span { border-color: rgb(192,48,239); }

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