#C16CE3

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

Shades of Medium Orchid #C16CE3

Tints of Medium Orchid #C16CE3

Color information

#C16CE3 (or 0xC16CE3) is unknown color: approx Medium Orchid. HEX triplet: C1, 6C and E3. RGB value is (193,108,227). Sum of RGB (Red+Green+Blue) = 193+108+227=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 227 - color contains mainly: blue. Hex color #C16CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CE3 is #3E931C. Grayscale: #929292. Windows color (decimal): -4100893 or 14904513. OLE color: 14904513.

HSL color Cylindrical-coordinate representation of color #C16CE3: hue angle of 282.86º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16CE3 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB193108227-
CMYK0.150.5200.11
HSL282.86º68%65.69%-
HSV(B)282.86º52.42%89.02%-
XYZ41.2227.6175.83-
YUV146.98173.16160.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 108 (42.58% from 255) = 20.45%
BLUE value IS 227 (89.06% from 255) = 42.99%
R=36.55%
G=20.45%
B=42.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1931082270.150.5200.11282.866865.69
HexC16CE3F340B11b4442
Octal3011543431764013433104102
Binary1100000111011001110001111111101000101110001101110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CE3; }

 p { color: rgb(193,108,227); }

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

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

 a { background-color: rgb(193,108,227); }

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

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

 span { border-color: rgb(193,108,227); }

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