#C16FCA

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

Shades of Medium Orchid #C16FCA

Tints of Medium Orchid #C16FCA

Color information

#C16FCA (or 0xC16FCA) is unknown color: approx Medium Orchid. HEX triplet: C1, 6F and CA. RGB value is (193,111,202). Sum of RGB (Red+Green+Blue) = 193+111+202=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C16FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FCA is #3E9035. Grayscale: #919191. Windows color (decimal): -4100150 or 13266881. OLE color: 13266881.

HSL color Cylindrical-coordinate representation of color #C16FCA: hue angle of 294.07º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16FCA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193111202-
CMYK0.040.4500.21
HSL294.07º46.19%61.37%-
HSV(B)294.07º45.05%79.22%-
XYZ38.3426.9759.06-
YUV145.89159.67161.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=38.14%
G=21.94%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931112020.040.4500.21294.0746.1961.37
HexC16FCA42D0151262e3d
Octal3011573124550254465675
Binary11000001110111111001010100101101010101100100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FCA; }

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

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

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

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

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

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

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

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