#C16BD0

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

Shades of Medium Orchid #C16BD0

Tints of Medium Orchid #C16BD0

Color information

#C16BD0 (or 0xC16BD0) is unknown color: approx Medium Orchid. HEX triplet: C1, 6B and D0. RGB value is (193,107,208). Sum of RGB (Red+Green+Blue) = 193+107+208=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #C16BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BD0 is #3E942F. Grayscale: #8F8F8F. Windows color (decimal): -4101168 or 13659073. OLE color: 13659073.

HSL color Cylindrical-coordinate representation of color #C16BD0: hue angle of 291.09º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16BD0 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193107208-
CMYK0.070.4900.18
HSL291.09º51.79%61.76%-
HSV(B)291.09º48.56%81.57%-
XYZ38.6426.4162.74-
YUV144.23163.99162.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=37.99%
G=21.06%
B=40.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931072080.070.4900.18291.0951.7961.76
HexC16BD0731012123343e
Octal3011533207610224436476
Binary11000001110101111010000111110001010010100100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BD0; }

 p { color: rgb(193,107,208); }

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

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

 a { background-color: rgb(193,107,208); }

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

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

 span { border-color: rgb(193,107,208); }

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