#C03AD3

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

Shades of Medium Orchid #C03AD3

Tints of Medium Orchid #C03AD3

Color information

#C03AD3 (or 0xC03AD3) is unknown color: approx Medium Orchid. HEX triplet: C0, 3A and D3. RGB value is (192,58,211). Sum of RGB (Red+Green+Blue) = 192+58+211=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #C03AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03AD3 is #3FC52C. Grayscale: #737373. Windows color (decimal): -4179245 or 13843136. OLE color: 13843136.

HSL color Cylindrical-coordinate representation of color #C03AD3: hue angle of 292.55º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03AD3 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19258211-
CMYK0.090.7300.17
HSL292.55º63.49%52.75%-
HSV(B)292.55º72.51%82.75%-
XYZ35.0118.9463.44-
YUV115.51181.89182.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 58 (23.05% from 255) = 12.58%
BLUE value IS 211 (82.81% from 255) = 45.77%
R=41.65%
G=12.58%
B=45.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192582110.090.7300.17292.5563.4952.75
HexC03AD39490111253f35
Octal30072323111110214457765
Binary110000001110101101001110011001001010001100100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03AD3; }

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

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

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

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

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

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

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

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