#C171D8

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

Shades of Medium Orchid #C171D8

Tints of Medium Orchid #C171D8

Color information

#C171D8 (or 0xC171D8) is unknown color: approx Medium Orchid. HEX triplet: C1, 71 and D8. RGB value is (193,113,216). Sum of RGB (Red+Green+Blue) = 193+113+216=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #C171D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171D8 is #3E8E27. Grayscale: #949494. Windows color (decimal): -4099624 or 14184897. OLE color: 14184897.

HSL color Cylindrical-coordinate representation of color #C171D8: hue angle of 286.6º degrees, saturation: 0.57, 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 #C171D8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193113216-
CMYK0.110.4800.15
HSL286.6º56.91%64.51%-
HSV(B)286.6º47.69%84.71%-
XYZ40.2928.1168.27-
YUV148.66166159.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=36.97%
G=21.65%
B=41.38%

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
Decimal1931132160.110.4800.15286.656.9164.51
HexC171D8B300F11f3941
Octal301161330136001743771101
Binary110000011110001110110001011110000011111000111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C171D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C171D8; }

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

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

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

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

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

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

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

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