#c745dc

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

Shades of Medium Orchid #C745DC

Tints of Medium Orchid #C745DC

Color information

#C745DC (or 0xC745DC) is unknown color: approx Medium Orchid. HEX triplet: C7, 45 and DC. RGB value is (199,69,220). Sum of RGB (Red+Green+Blue) = 199+69+220=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #C745DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745DC is #38BA23. Grayscale: #7C7C7C. Windows color (decimal): -3717668 or 14435783. OLE color: 14435783.

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

Color convert

RGB19969220-
CMYK0.100.6900.14
HSL291.66º68.33%56.67%-
HSV(B)291.66º68.64%86.27%-
XYZ38.621.5769.84-
YUV125.08181.57180.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 69 (27.34% from 255) = 14.14%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=40.78%
G=14.14%
B=45.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199692200.100.6900.14291.6668.3356.67
HexC745DCA450E1244439
Octal3071053341210501644410471
Binary1100011110001011101110010101000101011101001001001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c745dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c745dc; }

 p { color: rgb(199,69,220); }

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

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

 a { background-color: rgb(199,69,220); }

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

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

 span { border-color: rgb(199,69,220); }

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