#C03EDD

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

Shades of Medium Orchid #C03EDD

Tints of Medium Orchid #C03EDD

Color information

#C03EDD (or 0xC03EDD) is unknown color: approx Medium Orchid. HEX triplet: C0, 3E and DD. RGB value is (192,62,221). Sum of RGB (Red+Green+Blue) = 192+62+221=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #C03EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EDD is #3FC122. Grayscale: #767676. Windows color (decimal): -4178211 or 14499520. OLE color: 14499520.

HSL color Cylindrical-coordinate representation of color #C03EDD: hue angle of 289.06º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03EDD is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19262221-
CMYK0.130.7200.13
HSL289.06º70.04%55.49%-
HSV(B)289.06º71.95%86.67%-
XYZ36.5119.8770.32-
YUV119185.57180.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 62 (24.61% from 255) = 13.05%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=40.42%
G=13.05%
B=46.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192622210.130.7200.13289.0670.0455.49
HexC03EDDD480D1214637
Octal300763351511001544110667
Binary110000001111101101110111011001000011011001000011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03EDD; }

 p { color: rgb(192,62,221); }

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

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

 a { background-color: rgb(192,62,221); }

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

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

 span { border-color: rgb(192,62,221); }

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