#C16DDC

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

Shades of Medium Orchid #C16DDC

Tints of Medium Orchid #C16DDC

Color information

#C16DDC (or 0xC16DDC) is unknown color: approx Medium Orchid. HEX triplet: C1, 6D and DC. RGB value is (193,109,220). Sum of RGB (Red+Green+Blue) = 193+109+220=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C16DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DDC is #3E9223. Grayscale: #929292. Windows color (decimal): -4100644 or 14446017. OLE color: 14446017.

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

Color convert

RGB193109220-
CMYK0.120.5000.14
HSL285.41º61.33%64.51%-
HSV(B)285.41º50.45%86.27%-
XYZ40.3827.4470.88-
YUV146.77169.33160.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=36.97%
G=20.88%
B=42.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931092200.120.5000.14285.4161.3364.51
HexC16DDCC320E11d3d41
Octal301155334146201643575101
Binary110000011101101110111001100110010011101000111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16DDC; }

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

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

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

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

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

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

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

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