#C03BD2

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

Shades of Medium Orchid #C03BD2

Tints of Medium Orchid #C03BD2

Color information

#C03BD2 (or 0xC03BD2) is unknown color: approx Medium Orchid. HEX triplet: C0, 3B and D2. RGB value is (192,59,210). Sum of RGB (Red+Green+Blue) = 192+59+210=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #C03BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BD2 is #3FC42D. Grayscale: #737373. Windows color (decimal): -4178990 or 13777856. OLE color: 13777856.

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

Color convert

RGB19259210-
CMYK0.090.7200.18
HSL292.85º62.66%52.75%-
HSV(B)292.85º71.9%82.35%-
XYZ34.9418.9962.8-
YUV115.98181.06182.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 59 (23.44% from 255) = 12.80%
BLUE value IS 210 (82.42% from 255) = 45.55%
R=41.65%
G=12.80%
B=45.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192592100.090.7200.18292.8562.6652.75
HexC03BD29480121253f35
Octal30073322111100224457765
Binary110000001110111101001010011001000010010100100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BD2; }

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

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

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

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

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

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

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

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