#C03BD9

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

Shades of Medium Orchid #C03BD9

Tints of Medium Orchid #C03BD9

Color information

#C03BD9 (or 0xC03BD9) is unknown color: approx Medium Orchid. HEX triplet: C0, 3B and D9. RGB value is (192,59,217). Sum of RGB (Red+Green+Blue) = 192+59+217=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #C03BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BD9 is #3FC426. Grayscale: #747474. Windows color (decimal): -4178983 or 14236608. OLE color: 14236608.

HSL color Cylindrical-coordinate representation of color #C03BD9: hue angle of 290.51º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03BD9 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19259217-
CMYK0.120.7300.15
HSL290.51º67.52%54.12%-
HSV(B)290.51º72.81%85.1%-
XYZ35.8319.3467.49-
YUV116.78184.56181.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 59 (23.44% from 255) = 12.61%
BLUE value IS 217 (85.16% from 255) = 46.37%
R=41.03%
G=12.61%
B=46.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192592170.120.7300.15290.5167.5254.12
HexC03BD9C490F1234436
Octal300733311411101744310466
Binary110000001110111101100111001001001011111001000111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BD9; }

 p { color: rgb(192,59,217); }

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

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

 a { background-color: rgb(192,59,217); }

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

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

 span { border-color: rgb(192,59,217); }

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