#C173DB

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

Shades of Medium Orchid #C173DB

Tints of Medium Orchid #C173DB

Color information

#C173DB (or 0xC173DB) is unknown color: approx Medium Orchid. HEX triplet: C1, 73 and DB. RGB value is (193,115,219). Sum of RGB (Red+Green+Blue) = 193+115+219=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C173DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173DB is #3E8C24. Grayscale: #959595. Windows color (decimal): -4099109 or 14382017. OLE color: 14382017.

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

Color convert

RGB193115219-
CMYK0.120.4700.14
HSL285º59.09%65.49%-
HSV(B)285º47.49%85.88%-
XYZ40.9128.7170.4-
YUV150.18166.84158.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 115 (45.31% from 255) = 21.82%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=36.62%
G=21.82%
B=41.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931152190.120.4700.1428559.0965.49
HexC173DBC2F0E11d3b41
Octal301163333145701643573101
Binary110000011110011110110111100101111011101000111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173DB; }

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

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

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

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

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

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

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

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