#C16ADF

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

Shades of Medium Orchid #C16ADF

Tints of Medium Orchid #C16ADF

Color information

#C16ADF (or 0xC16ADF) is unknown color: approx Medium Orchid. HEX triplet: C1, 6A and DF. RGB value is (193,106,223). Sum of RGB (Red+Green+Blue) = 193+106+223=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #C16ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ADF is #3E9520. Grayscale: #909090. Windows color (decimal): -4101409 or 14641857. OLE color: 14641857.

HSL color Cylindrical-coordinate representation of color #C16ADF: hue angle of 284.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16ADF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193106223-
CMYK0.130.5200.13
HSL284.62º64.64%64.51%-
HSV(B)284.62º52.47%87.45%-
XYZ40.4726.9772.89-
YUV145.35171.82161.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=36.97%
G=20.31%
B=42.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931062230.130.5200.13284.6264.6464.51
HexC16ADFD340D11d4141
Octal3011523371564015435101101
Binary1100000111010101101111111011101000110110001110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ADF; }

 p { color: rgb(193,106,223); }

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

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

 a { background-color: rgb(193,106,223); }

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

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

 span { border-color: rgb(193,106,223); }

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