#C163D1

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

Shades of Medium Orchid #C163D1

Tints of Medium Orchid #C163D1

Color information

#C163D1 (or 0xC163D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 63 and D1. RGB value is (193,99,209). Sum of RGB (Red+Green+Blue) = 193+99+209=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #C163D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163D1 is #3E9C2E. Grayscale: #8B8B8B. Windows color (decimal): -4103215 or 13722561. OLE color: 13722561.

HSL color Cylindrical-coordinate representation of color #C163D1: hue angle of 291.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C163D1 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19399209-
CMYK0.080.5300.18
HSL291.27º54.46%60.39%-
HSV(B)291.27º52.63%81.96%-
XYZ37.9624.8663.12-
YUV139.65167.14166.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 99 (39.06% from 255) = 19.76%
BLUE value IS 209 (82.03% from 255) = 41.72%
R=38.52%
G=19.76%
B=41.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193992090.080.5300.18291.2754.4660.39
HexC163D1835012123363c
Octal30114332110650224436674
Binary110000011100011110100011000110101010010100100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163D1; }

 p { color: rgb(193,99,209); }

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

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

 a { background-color: rgb(193,99,209); }

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

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

 span { border-color: rgb(193,99,209); }

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