#C04DDF

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

Shades of Medium Orchid #C04DDF

Tints of Medium Orchid #C04DDF

Color information

#C04DDF (or 0xC04DDF) is unknown color: approx Medium Orchid. HEX triplet: C0, 4D and DF. RGB value is (192,77,223). Sum of RGB (Red+Green+Blue) = 192+77+223=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #C04DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DDF is #3FB220. Grayscale: #7F7F7F. Windows color (decimal): -4174369 or 14634432. OLE color: 14634432.

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

Color convert

RGB19277223-
CMYK0.140.6500.13
HSL287.26º69.52%58.82%-
HSV(B)287.26º65.47%87.45%-
XYZ37.7121.8472.04-
YUV128.03181.6173.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 77 (30.47% from 255) = 15.65%
BLUE value IS 223 (87.5% from 255) = 45.33%
R=39.02%
G=15.65%
B=45.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192772230.140.6500.13287.2669.5258.82
HexC04DDFE410D11f463b
Octal3001153371610101543710673
Binary1100000010011011101111111101000001011011000111111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04DDF; }

 p { color: rgb(192,77,223); }

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

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

 a { background-color: rgb(192,77,223); }

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

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

 span { border-color: rgb(192,77,223); }

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