#C171DB

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

Shades of Medium Orchid #C171DB

Tints of Medium Orchid #C171DB

Color information

#C171DB (or 0xC171DB) is unknown color: approx Medium Orchid. HEX triplet: C1, 71 and DB. RGB value is (193,113,219). Sum of RGB (Red+Green+Blue) = 193+113+219=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C171DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171DB is #3E8E24. Grayscale: #949494. Windows color (decimal): -4099621 or 14381505. OLE color: 14381505.

HSL color Cylindrical-coordinate representation of color #C171DB: hue angle of 285.28º 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 #C171DB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193113219-
CMYK0.120.4800.14
HSL285.28º59.55%65.1%-
HSV(B)285.28º48.4%85.88%-
XYZ40.6828.2670.33-
YUV149167.5159.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=36.76%
G=21.52%
B=41.71%

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
Decimal1931132190.120.4800.14285.2859.5565.1
HexC171DBC300E11d3c41
Octal301161333146001643574101
Binary110000011110001110110111100110000011101000111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C171DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C171DB; }

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

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

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

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

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

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

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

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