#C16FCE

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

Shades of Medium Orchid #C16FCE

Tints of Medium Orchid #C16FCE

Color information

#C16FCE (or 0xC16FCE) is unknown color: approx Medium Orchid. HEX triplet: C1, 6F and CE. RGB value is (193,111,206). Sum of RGB (Red+Green+Blue) = 193+111+206=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #C16FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FCE is #3E9031. Grayscale: #929292. Windows color (decimal): -4100146 or 13529025. OLE color: 13529025.

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

Color convert

RGB193111206-
CMYK0.060.4600.19
HSL291.79º49.22%62.16%-
HSV(B)291.79º46.12%80.78%-
XYZ38.8227.1661.59-
YUV146.35161.67161.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=37.84%
G=21.76%
B=40.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931112060.060.4600.19291.7949.2262.16
HexC16FCE62E013124313e
Octal3011573166560234446176
Binary11000001110111111001110110101110010011100100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FCE; }

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

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

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

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

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

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

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

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