#C244D0

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

Shades of Medium Orchid #C244D0

Tints of Medium Orchid #C244D0

Color information

#C244D0 (or 0xC244D0) is unknown color: approx Medium Orchid. HEX triplet: C2, 44 and D0. RGB value is (194,68,208). Sum of RGB (Red+Green+Blue) = 194+68+208=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #C244D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244D0 is #3DBB2F. Grayscale: #797979. Windows color (decimal): -4045616 or 13649090. OLE color: 13649090.

HSL color Cylindrical-coordinate representation of color #C244D0: hue angle of 294º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C244D0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19468208-
CMYK0.070.6700.18
HSL294º59.83%54.12%-
HSV(B)294º67.31%81.57%-
XYZ35.720.1661.68-
YUV121.63176.74179.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 68 (26.95% from 255) = 14.47%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=41.28%
G=14.47%
B=44.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194682080.070.6700.1829459.8354.12
HexC244D07430121263c36
Octal30210432071030224467466
Binary110000101000100110100001111000011010010100100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C244D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C244D0; }

 p { color: rgb(194,68,208); }

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

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

 a { background-color: rgb(194,68,208); }

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

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

 span { border-color: rgb(194,68,208); }

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