#C16DCC

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

Shades of Medium Orchid #C16DCC

Tints of Medium Orchid #C16DCC

Color information

#C16DCC (or 0xC16DCC) is unknown color: approx Medium Orchid. HEX triplet: C1, 6D and CC. RGB value is (193,109,204). Sum of RGB (Red+Green+Blue) = 193+109+204=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C16DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DCC is #3E9233. Grayscale: #909090. Windows color (decimal): -4100660 or 13397441. OLE color: 13397441.

HSL color Cylindrical-coordinate representation of color #C16DCC: hue angle of 293.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16DCC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193109204-
CMYK0.050.4700.2
HSL293.05º48.22%61.37%-
HSV(B)293.05º46.57%80%-
XYZ38.3626.6360.25-
YUV144.95161.33162.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 109 (42.97% from 255) = 21.54%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=38.14%
G=21.54%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931092040.050.4700.2293.0548.2261.37
HexC16DCC52F014125303d
Octal3011553145570244456075
Binary11000001110110111001100101101111010100100100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16DCC; }

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

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

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

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

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

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

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

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