#C174D3

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

Shades of Medium Orchid #C174D3

Tints of Medium Orchid #C174D3

Color information

#C174D3 (or 0xC174D3) is unknown color: approx Medium Orchid. HEX triplet: C1, 74 and D3. RGB value is (193,116,211). Sum of RGB (Red+Green+Blue) = 193+116+211=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #C174D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174D3 is #3E8B2C. Grayscale: #959595. Windows color (decimal): -4098861 or 13857985. OLE color: 13857985.

HSL color Cylindrical-coordinate representation of color #C174D3: hue angle of 288.63º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C174D3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193116211-
CMYK0.090.4500.17
HSL288.63º51.91%64.12%-
HSV(B)288.63º45.02%82.75%-
XYZ4028.5365.03-
YUV149.85162.51158.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 116 (45.70% from 255) = 22.31%
BLUE value IS 211 (82.81% from 255) = 40.58%
R=37.12%
G=22.31%
B=40.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931162110.090.4500.17288.6351.9164.12
HexC174D392D0111213440
Octal301164323115502144164100
Binary1100000111101001101001110011011010100011001000011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174D3; }

 p { color: rgb(193,116,211); }

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

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

 a { background-color: rgb(193,116,211); }

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

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

 span { border-color: rgb(193,116,211); }

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