#C03AF5

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

Shades of Medium Orchid #C03AF5

Tints of Medium Orchid #C03AF5

Color information

#C03AF5 (or 0xC03AF5) is unknown color: approx Medium Orchid. HEX triplet: C0, 3A and F5. RGB value is (192,58,245). Sum of RGB (Red+Green+Blue) = 192+58+245=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #C03AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AF5 is #3FC50A. Grayscale: #767676. Windows color (decimal): -4179211 or 16071360. OLE color: 16071360.

HSL color Cylindrical-coordinate representation of color #C03AF5: hue angle of 282.99º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03AF5 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19258245-
CMYK0.220.7600.04
HSL282.99º90.34%59.41%-
HSV(B)282.99º76.33%96.08%-
XYZ39.7320.8388.31-
YUV119.38198.89179.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 58 (23.05% from 255) = 11.72%
BLUE value IS 245 (96.09% from 255) = 49.49%
R=38.79%
G=11.72%
B=49.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal192582450.220.7600.04282.9990.3459.41
HexC03AF5164C0411b5a3b
Octal30072365261140443313273
Binary110000001110101111010110110100110001001000110111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03AF5; }

 p { color: rgb(192,58,245); }

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

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

 a { background-color: rgb(192,58,245); }

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

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

 span { border-color: rgb(192,58,245); }

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