#c03de2

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

Shades of Medium Orchid #C03DE2

Tints of Medium Orchid #C03DE2

Color information

#C03DE2 (or 0xC03DE2) is unknown color: approx Medium Orchid. HEX triplet: C0, 3D and E2. RGB value is (192,61,226). Sum of RGB (Red+Green+Blue) = 192+61+226=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 226 - color contains mainly: blue. Hex color #C03DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DE2 is #3FC21D. Grayscale: #767676. Windows color (decimal): -4178462 or 14826944. OLE color: 14826944.

HSL color Cylindrical-coordinate representation of color #C03DE2: hue angle of 287.64º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03DE2 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19261226-
CMYK0.150.7300.11
HSL287.64º73.99%56.27%-
HSV(B)287.64º73.01%88.63%-
XYZ37.1320.0373.86-
YUV118.98188.4180.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 61 (24.22% from 255) = 12.73%
BLUE value IS 226 (88.67% from 255) = 47.18%
R=40.08%
G=12.73%
B=47.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192612260.150.7300.11287.6473.9956.27
HexC03DE2F490B1204a38
Octal300753421711101344011270
Binary110000001111011110001011111001001010111001000001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c03de2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c03de2; }

 p { color: rgb(192,61,226); }

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

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

 a { background-color: rgb(192,61,226); }

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

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

 span { border-color: rgb(192,61,226); }

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