#C44AD6

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

Shades of Medium Orchid #C44AD6

Tints of Medium Orchid #C44AD6

Color information

#C44AD6 (or 0xC44AD6) is unknown color: approx Medium Orchid. HEX triplet: C4, 4A and D6. RGB value is (196,74,214). Sum of RGB (Red+Green+Blue) = 196+74+214=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #C44AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44AD6 is #3BB529. Grayscale: #7E7E7E. Windows color (decimal): -3913002 or 14043844. OLE color: 14043844.

HSL color Cylindrical-coordinate representation of color #C44AD6: hue angle of 292.29º 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 #C44AD6 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19674214-
CMYK0.080.6500.16
HSL292.29º63.06%56.47%-
HSV(B)292.29º65.42%83.92%-
XYZ37.3521.4965.8-
YUV126.44177.42177.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 74 (29.30% from 255) = 15.29%
BLUE value IS 214 (83.98% from 255) = 44.21%
R=40.50%
G=15.29%
B=44.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196742140.080.6500.16292.2963.0656.47
HexC44AD68410101243f38
Octal304112326101010204447770
Binary1100010010010101101011010001000001010000100100100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44AD6; }

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

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

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

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

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

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

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

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