#c171d9

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

Shades of Medium Orchid #C171D9

Tints of Medium Orchid #C171D9

Color information

#C171D9 (or 0xC171D9) is unknown color: approx Medium Orchid. HEX triplet: C1, 71 and D9. RGB value is (193,113,217). Sum of RGB (Red+Green+Blue) = 193+113+217=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #C171D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171D9 is #3E8E26. Grayscale: #949494. Windows color (decimal): -4099623 or 14250433. OLE color: 14250433.

HSL color Cylindrical-coordinate representation of color #C171D9: hue angle of 286.15º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C171D9 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193113217-
CMYK0.110.4800.15
HSL286.15º57.78%64.71%-
HSV(B)286.15º47.93%85.1%-
XYZ40.4228.1668.95-
YUV148.78166.5159.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 113 (44.53% from 255) = 21.61%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=36.90%
G=21.61%
B=41.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931132170.110.4800.15286.1557.7864.71
HexC171D9B300F11e3a41
Octal301161331136001743672101
Binary110000011110001110110011011110000011111000111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c171d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c171d9; }

 p { color: rgb(193,113,217); }

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

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

 a { background-color: rgb(193,113,217); }

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

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

 span { border-color: rgb(193,113,217); }

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