#C172DC

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

Shades of Medium Orchid #C172DC

Tints of Medium Orchid #C172DC

Color information

#C172DC (or 0xC172DC) is unknown color: approx Medium Orchid. HEX triplet: C1, 72 and DC. RGB value is (193,114,220). Sum of RGB (Red+Green+Blue) = 193+114+220=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C172DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172DC is #3E8D23. Grayscale: #959595. Windows color (decimal): -4099364 or 14447297. OLE color: 14447297.

HSL color Cylindrical-coordinate representation of color #C172DC: hue angle of 284.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C172DC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193114220-
CMYK0.120.4800.14
HSL284.72º60.23%65.49%-
HSV(B)284.72º48.18%86.27%-
XYZ40.9328.5471.06-
YUV149.71167.67158.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 114 (44.92% from 255) = 21.63%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=36.62%
G=21.63%
B=41.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931142200.120.4800.14284.7260.2365.49
HexC172DCC300E11d3c41
Octal301162334146001643574101
Binary110000011110010110111001100110000011101000111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172DC; }

 p { color: rgb(193,114,220); }

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

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

 a { background-color: rgb(193,114,220); }

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

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

 span { border-color: rgb(193,114,220); }

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