#C04DDA

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

Shades of Medium Orchid #C04DDA

Tints of Medium Orchid #C04DDA

Color information

#C04DDA (or 0xC04DDA) is unknown color: approx Medium Orchid. HEX triplet: C0, 4D and DA. RGB value is (192,77,218). Sum of RGB (Red+Green+Blue) = 192+77+218=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #C04DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DDA is #3FB225. Grayscale: #7F7F7F. Windows color (decimal): -4174374 or 14306752. OLE color: 14306752.

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

Color convert

RGB19277218-
CMYK0.120.6500.15
HSL288.94º65.58%57.84%-
HSV(B)288.94º64.68%85.49%-
XYZ37.0521.5868.54-
YUV127.46179.1174.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 77 (30.47% from 255) = 15.81%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=39.43%
G=15.81%
B=44.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192772180.120.6500.15288.9465.5857.84
HexC04DDAC410F121423a
Octal3001153321410101744110272
Binary1100000010011011101101011001000001011111001000011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04DDA; }

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

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

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

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

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

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

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

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