#C173DD

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

Shades of Medium Orchid #C173DD

Tints of Medium Orchid #C173DD

Color information

#C173DD (or 0xC173DD) is unknown color: approx Medium Orchid. HEX triplet: C1, 73 and DD. RGB value is (193,115,221). Sum of RGB (Red+Green+Blue) = 193+115+221=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C173DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173DD is #3E8C22. Grayscale: #969696. Windows color (decimal): -4099107 or 14513089. OLE color: 14513089.

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

Color convert

RGB193115221-
CMYK0.130.4800.13
HSL284.15º60.92%65.88%-
HSV(B)284.15º47.96%86.67%-
XYZ41.1728.8271.8-
YUV150.41167.84158.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 115 (45.31% from 255) = 21.74%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=36.48%
G=21.74%
B=41.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931152210.130.4800.13284.1560.9265.88
HexC173DDD300D11c3d42
Octal301163335156001543475102
Binary110000011110011110111011101110000011011000111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173DD; }

 p { color: rgb(193,115,221); }

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

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

 a { background-color: rgb(193,115,221); }

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

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

 span { border-color: rgb(193,115,221); }

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