#C163DB

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

Shades of Medium Orchid #C163DB

Tints of Medium Orchid #C163DB

Color information

#C163DB (or 0xC163DB) is unknown color: approx Medium Orchid. HEX triplet: C1, 63 and DB. RGB value is (193,99,219). Sum of RGB (Red+Green+Blue) = 193+99+219=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C163DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163DB is #3E9C24. Grayscale: #8C8C8C. Windows color (decimal): -4103205 or 14377921. OLE color: 14377921.

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

Color convert

RGB19399219-
CMYK0.120.5500.14
HSL287º62.5%62.35%-
HSV(B)287º54.79%85.88%-
XYZ39.2425.3869.85-
YUV140.79172.14165.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 99 (39.06% from 255) = 19.37%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=37.77%
G=19.37%
B=42.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193992190.120.5500.1428762.562.35
HexC163DBC370E11f3e3e
Octal30114333314670164377676
Binary11000001110001111011011110011011101110100011111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163DB; }

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

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

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

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

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

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

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

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