#c170d8

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

Shades of Medium Orchid #C170D8

Tints of Medium Orchid #C170D8

Color information

#C170D8 (or 0xC170D8) is unknown color: approx Medium Orchid. HEX triplet: C1, 70 and D8. RGB value is (193,112,216). Sum of RGB (Red+Green+Blue) = 193+112+216=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #C170D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170D8 is #3E8F27. Grayscale: #939393. Windows color (decimal): -4099880 or 14184641. OLE color: 14184641.

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

Color convert

RGB193112216-
CMYK0.110.4800.15
HSL286.73º57.14%64.31%-
HSV(B)286.73º48.15%84.71%-
XYZ40.1827.8868.23-
YUV148.07166.34160.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=37.04%
G=21.50%
B=41.46%

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
Decimal1931122160.110.4800.15286.7357.1464.31
HexC170D8B300F11f3940
Octal301160330136001743771100
Binary110000011110000110110001011110000011111000111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c170d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c170d8; }

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

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

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

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

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

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

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

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