#C16ECB

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

Shades of Medium Orchid #C16ECB

Tints of Medium Orchid #C16ECB

Color information

#C16ECB (or 0xC16ECB) is unknown color: approx Medium Orchid. HEX triplet: C1, 6E and CB. RGB value is (193,110,203). Sum of RGB (Red+Green+Blue) = 193+110+203=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C16ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ECB is #3E9134. Grayscale: #919191. Windows color (decimal): -4100405 or 13332161. OLE color: 13332161.

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

Color convert

RGB193110203-
CMYK0.050.4600.20
HSL293.55º47.21%61.37%-
HSV(B)293.55º45.81%79.61%-
XYZ38.3526.859.65-
YUV145.42160.5161.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=38.14%
G=21.74%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931102030.050.4600.20293.5547.2161.37
HexC16ECB52E0141262f3d
Octal3011563135560244465775
Binary11000001110111011001011101101110010100100100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ECB; }

 p { color: rgb(193,110,203); }

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

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

 a { background-color: rgb(193,110,203); }

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

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

 span { border-color: rgb(193,110,203); }

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