#C16DCE

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

Shades of Medium Orchid #C16DCE

Tints of Medium Orchid #C16DCE

Color information

#C16DCE (or 0xC16DCE) is unknown color: approx Medium Orchid. HEX triplet: C1, 6D and CE. RGB value is (193,109,206). Sum of RGB (Red+Green+Blue) = 193+109+206=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C16DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DCE is #3E9231. Grayscale: #909090. Windows color (decimal): -4100658 or 13528513. OLE color: 13528513.

HSL color Cylindrical-coordinate representation of color #C16DCE: hue angle of 291.96º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16DCE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193109206-
CMYK0.060.4700.19
HSL291.96º49.74%61.76%-
HSV(B)291.96º47.09%80.78%-
XYZ38.626.7361.52-
YUV145.17162.33162.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=37.99%
G=21.46%
B=40.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931092060.060.4700.19291.9649.7461.76
HexC16DCE62F013124323e
Octal3011553166570234446276
Binary11000001110110111001110110101111010011100100100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16DCE; }

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

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

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

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

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

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

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

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