#C04AD6

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

Shades of Medium Orchid #C04AD6

Tints of Medium Orchid #C04AD6

Color information

#C04AD6 (or 0xC04AD6) is unknown color: approx Medium Orchid. HEX triplet: C0, 4A and D6. RGB value is (192,74,214). Sum of RGB (Red+Green+Blue) = 192+74+214=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #C04AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AD6 is #3FB529. Grayscale: #7C7C7C. Windows color (decimal): -4175146 or 14043840. OLE color: 14043840.

HSL color Cylindrical-coordinate representation of color #C04AD6: hue angle of 290.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04AD6 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19274214-
CMYK0.100.6500.16
HSL290.57º63.06%56.47%-
HSV(B)290.57º65.42%83.92%-
XYZ36.3220.9665.75-
YUV125.24178.09175.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 74 (29.30% from 255) = 15.42%
BLUE value IS 214 (83.98% from 255) = 44.58%
R=40%
G=15.42%
B=44.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192742140.100.6500.16290.5763.0656.47
HexC04AD6A410101233f38
Octal300112326121010204437770
Binary1100000010010101101011010101000001010000100100011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04AD6; }

 p { color: rgb(192,74,214); }

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

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

 a { background-color: rgb(192,74,214); }

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

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

 span { border-color: rgb(192,74,214); }

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