#c744dd

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

Shades of Medium Orchid #C744DD

Tints of Medium Orchid #C744DD

Color information

#C744DD (or 0xC744DD) is unknown color: approx Medium Orchid. HEX triplet: C7, 44 and DD. RGB value is (199,68,221). Sum of RGB (Red+Green+Blue) = 199+68+221=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #C744DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744DD is #38BB22. Grayscale: #7C7C7C. Windows color (decimal): -3717923 or 14501063. OLE color: 14501063.

HSL color Cylindrical-coordinate representation of color #C744DD: hue angle of 291.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C744DD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19968221-
CMYK0.100.6900.13
HSL291.37º69.23%56.67%-
HSV(B)291.37º69.23%86.67%-
XYZ38.6721.570.52-
YUV124.61182.4181.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 68 (26.95% from 255) = 13.93%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=40.78%
G=13.93%
B=45.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal199682210.100.6900.13291.3769.2356.67
HexC744DDA450D1234539
Octal3071043351210501544310571
Binary1100011110001001101110110101000101011011001000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c744dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c744dd; }

 p { color: rgb(199,68,221); }

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

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

 a { background-color: rgb(199,68,221); }

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

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

 span { border-color: rgb(199,68,221); }

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