#C747D7

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

Shades of Medium Orchid #C747D7

Tints of Medium Orchid #C747D7

Color information

#C747D7 (or 0xC747D7) is unknown color: approx Medium Orchid. HEX triplet: C7, 47 and D7. RGB value is (199,71,215). Sum of RGB (Red+Green+Blue) = 199+71+215=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #C747D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747D7 is #38B828. Grayscale: #7D7D7D. Windows color (decimal): -3717161 or 14108615. OLE color: 14108615.

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

Color convert

RGB19971215-
CMYK0.070.6700.16
HSL293.33º64.29%56.08%-
HSV(B)293.33º66.98%84.31%-
XYZ38.0721.5566.44-
YUV125.69178.41180.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 71 (28.12% from 255) = 14.64%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=41.03%
G=14.64%
B=44.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199712150.070.6700.16293.3364.2956.08
HexC747D77430101254038
Octal307107327710302044510070
Binary1100011110001111101011111110000110100001001001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C747D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C747D7; }

 p { color: rgb(199,71,215); }

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

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

 a { background-color: rgb(199,71,215); }

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

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

 span { border-color: rgb(199,71,215); }

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