#C170D1

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

Shades of Medium Orchid #C170D1

Tints of Medium Orchid #C170D1

Color information

#C170D1 (or 0xC170D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 70 and D1. RGB value is (193,112,209). Sum of RGB (Red+Green+Blue) = 193+112+209=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #C170D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170D1 is #3E8F2E. Grayscale: #929292. Windows color (decimal): -4099887 or 13725889. OLE color: 13725889.

HSL color Cylindrical-coordinate representation of color #C170D1: hue angle of 290.1º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C170D1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193112209-
CMYK0.080.4600.18
HSL290.1º51.32%62.94%-
HSV(B)290.1º46.41%81.96%-
XYZ39.327.5363.56-
YUV147.28162.84160.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=37.55%
G=21.79%
B=40.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931122090.080.4600.18290.151.3262.94
HexC170D182E012122333f
Octal30116032110560224426377
Binary110000011110000110100011000101110010010100100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170D1; }

 p { color: rgb(193,112,209); }

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

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

 a { background-color: rgb(193,112,209); }

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

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

 span { border-color: rgb(193,112,209); }

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