#C173DC

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

Shades of Medium Orchid #C173DC

Tints of Medium Orchid #C173DC

Color information

#C173DC (or 0xC173DC) is unknown color: approx Medium Orchid. HEX triplet: C1, 73 and DC. RGB value is (193,115,220). Sum of RGB (Red+Green+Blue) = 193+115+220=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C173DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173DC is #3E8C23. Grayscale: #959595. Windows color (decimal): -4099108 or 14447553. OLE color: 14447553.

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

Color convert

RGB193115220-
CMYK0.120.4800.14
HSL284.57º60%65.69%-
HSV(B)284.57º47.73%86.27%-
XYZ41.0428.7771.1-
YUV150.29167.34158.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 115 (45.31% from 255) = 21.78%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=36.55%
G=21.78%
B=41.67%

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
Decimal1931152200.120.4800.14284.576065.69
HexC173DCC300E11d3c42
Octal301163334146001643574102
Binary110000011110011110111001100110000011101000111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173DC; }

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

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

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

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

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

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

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

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